Uses of Class
org.djunits.value.vdouble.scalar.ElectricalResistance
Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of ElectricalResistance in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return ElectricalResistance Modifier and Type Method Description ElectricalResistance
ElectricalResistanceMatrix. instantiateScalarSI(double valueSI, ElectricalResistanceUnit displayUnit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type ElectricalResistance Modifier and Type Method Description Class<ElectricalResistance>
ElectricalResistanceMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of ElectricalResistance in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as ElectricalResistance Modifier and Type Field Description static ElectricalResistance
ElectricalResistance. NaN
Constant with value NaN.static ElectricalResistance
ElectricalResistance. NEG_MAXVALUE
Constant with value -MAX_VALUE.static ElectricalResistance
ElectricalResistance. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static ElectricalResistance
ElectricalResistance. ONE
Constant with value one.static ElectricalResistance
ElectricalResistance. POS_MAXVALUE
Constant with value MAX_VALUE.static ElectricalResistance
ElectricalResistance. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static ElectricalResistance
ElectricalResistance. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return ElectricalResistance Modifier and Type Method Description ElectricalResistance
SIScalar. asElectricalResistance()
Return the current scalar as a electricalresistance.ElectricalResistance
SIScalar. asElectricalResistance(ElectricalResistanceUnit displayUnit)
Return the current scalar as a electricalresistance, and provide a display unit.ElectricalResistance
ElectricalPotential. divide(ElectricalCurrent v)
Calculate the division of ElectricalPotential and ElectricalCurrent, which results in a ElectricalResistance scalar.ElectricalResistance
ElectricalResistance. instantiateRel(double value, ElectricalResistanceUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static ElectricalResistance
ElectricalResistance. instantiateSI(double value)
Construct ElectricalResistance scalar.static ElectricalResistance
ElectricalResistance. interpolate(ElectricalResistance zero, ElectricalResistance one, double ratio)
Interpolate between two values.static ElectricalResistance
ElectricalResistance. max(ElectricalResistance r1, ElectricalResistance r2)
Return the maximum value of two relative scalars.static ElectricalResistance
ElectricalResistance. max(ElectricalResistance r1, ElectricalResistance r2, ElectricalResistance... rn)
Return the maximum value of more than two relative scalars.static ElectricalResistance
ElectricalResistance. min(ElectricalResistance r1, ElectricalResistance r2)
Return the minimum value of two relative scalars.static ElectricalResistance
ElectricalResistance. min(ElectricalResistance r1, ElectricalResistance r2, ElectricalResistance... rn)
Return the minimum value of more than two relative scalars.static ElectricalResistance
ElectricalResistance. of(double value, String unitString)
Returns a ElectricalResistance based on a value and the textual representation of the unit.ElectricalResistance
Dimensionless. times(ElectricalResistance v)
Calculate the multiplication of Dimensionless and ElectricalResistance, which results in a ElectricalResistance scalar.static ElectricalResistance
ElectricalResistance. valueOf(String text)
Returns a ElectricalResistance representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type ElectricalResistance Modifier and Type Method Description ElectricalCurrent
ElectricalPotential. divide(ElectricalResistance v)
Calculate the division of ElectricalPotential and ElectricalResistance, which results in a ElectricalCurrent scalar.Dimensionless
ElectricalResistance. divide(ElectricalResistance v)
Calculate the division of ElectricalResistance and ElectricalResistance, which results in a Dimensionless scalar.static ElectricalResistance
ElectricalResistance. interpolate(ElectricalResistance zero, ElectricalResistance one, double ratio)
Interpolate between two values.static ElectricalResistance
ElectricalResistance. max(ElectricalResistance r1, ElectricalResistance r2)
Return the maximum value of two relative scalars.static ElectricalResistance
ElectricalResistance. max(ElectricalResistance r1, ElectricalResistance r2, ElectricalResistance... rn)
Return the maximum value of more than two relative scalars.static ElectricalResistance
ElectricalResistance. min(ElectricalResistance r1, ElectricalResistance r2)
Return the minimum value of two relative scalars.static ElectricalResistance
ElectricalResistance. min(ElectricalResistance r1, ElectricalResistance r2, ElectricalResistance... rn)
Return the minimum value of more than two relative scalars.ElectricalResistance
Dimensionless. times(ElectricalResistance v)
Calculate the multiplication of Dimensionless and ElectricalResistance, which results in a ElectricalResistance scalar.ElectricalInductance
Duration. times(ElectricalResistance v)
Calculate the multiplication of Duration and ElectricalResistance, which results in a ElectricalInductance scalar.ElectricalPotential
ElectricalCurrent. times(ElectricalResistance v)
Calculate the multiplication of ElectricalCurrent and ElectricalResistance, which results in a ElectricalPotential scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type ElectricalResistance Constructor Description ElectricalResistance(ElectricalResistance value)
Construct ElectricalResistance scalar. -
Uses of ElectricalResistance in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return ElectricalResistance Modifier and Type Method Description ElectricalResistance
ElectricalResistanceVector. instantiateScalarSI(double valueSI, ElectricalResistanceUnit displayUnit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type ElectricalResistance Modifier and Type Method Description Class<ElectricalResistance>
ElectricalResistanceVector. getScalarClass()
Return the class of the corresponding scalar.