Uses of Class
org.djunits.value.vdouble.scalar.ElectricalInductance
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 ElectricalInductance in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return ElectricalInductance Modifier and Type Method Description ElectricalInductance
ElectricalInductanceMatrix. instantiateScalarSI(double valueSI, ElectricalInductanceUnit 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 ElectricalInductance Modifier and Type Method Description Class<ElectricalInductance>
ElectricalInductanceMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of ElectricalInductance in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as ElectricalInductance Modifier and Type Field Description static ElectricalInductance
ElectricalInductance. NaN
Constant with value NaN.static ElectricalInductance
ElectricalInductance. NEG_MAXVALUE
Constant with value -MAX_VALUE.static ElectricalInductance
ElectricalInductance. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static ElectricalInductance
ElectricalInductance. ONE
Constant with value one.static ElectricalInductance
ElectricalInductance. POS_MAXVALUE
Constant with value MAX_VALUE.static ElectricalInductance
ElectricalInductance. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static ElectricalInductance
ElectricalInductance. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return ElectricalInductance Modifier and Type Method Description ElectricalInductance
SIScalar. asElectricalInductance()
Return the current scalar as a electricalinductance.ElectricalInductance
SIScalar. asElectricalInductance(ElectricalInductanceUnit displayUnit)
Return the current scalar as a electricalinductance, and provide a display unit.ElectricalInductance
MagneticFlux. divide(ElectricalCurrent v)
Calculate the division of MagneticFlux and ElectricalCurrent, which results in a ElectricalInductance scalar.ElectricalInductance
ElectricalInductance. instantiateRel(double value, ElectricalInductanceUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static ElectricalInductance
ElectricalInductance. instantiateSI(double value)
Construct ElectricalInductance scalar.static ElectricalInductance
ElectricalInductance. interpolate(ElectricalInductance zero, ElectricalInductance one, double ratio)
Interpolate between two values.static ElectricalInductance
ElectricalInductance. max(ElectricalInductance r1, ElectricalInductance r2)
Return the maximum value of two relative scalars.static ElectricalInductance
ElectricalInductance. max(ElectricalInductance r1, ElectricalInductance r2, ElectricalInductance... rn)
Return the maximum value of more than two relative scalars.static ElectricalInductance
ElectricalInductance. min(ElectricalInductance r1, ElectricalInductance r2)
Return the minimum value of two relative scalars.static ElectricalInductance
ElectricalInductance. min(ElectricalInductance r1, ElectricalInductance r2, ElectricalInductance... rn)
Return the minimum value of more than two relative scalars.static ElectricalInductance
ElectricalInductance. of(double value, String unitString)
Returns a ElectricalInductance based on a value and the textual representation of the unit.ElectricalInductance
Dimensionless. times(ElectricalInductance v)
Calculate the multiplication of Dimensionless and ElectricalInductance, which results in a ElectricalInductance scalar.ElectricalInductance
Duration. times(ElectricalResistance v)
Calculate the multiplication of Duration and ElectricalResistance, which results in a ElectricalInductance scalar.ElectricalInductance
ElectricalResistance. times(Duration v)
Calculate the multiplication of ElectricalResistance and Duration, which results in a ElectricalInductance scalar.static ElectricalInductance
ElectricalInductance. valueOf(String text)
Returns a ElectricalInductance representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type ElectricalInductance Modifier and Type Method Description Dimensionless
ElectricalInductance. divide(ElectricalInductance v)
Calculate the division of ElectricalInductance and ElectricalInductance, which results in a Dimensionless scalar.ElectricalCurrent
MagneticFlux. divide(ElectricalInductance v)
Calculate the division of MagneticFlux and ElectricalInductance, which results in a ElectricalCurrent scalar.static ElectricalInductance
ElectricalInductance. interpolate(ElectricalInductance zero, ElectricalInductance one, double ratio)
Interpolate between two values.static ElectricalInductance
ElectricalInductance. max(ElectricalInductance r1, ElectricalInductance r2)
Return the maximum value of two relative scalars.static ElectricalInductance
ElectricalInductance. max(ElectricalInductance r1, ElectricalInductance r2, ElectricalInductance... rn)
Return the maximum value of more than two relative scalars.static ElectricalInductance
ElectricalInductance. min(ElectricalInductance r1, ElectricalInductance r2)
Return the minimum value of two relative scalars.static ElectricalInductance
ElectricalInductance. min(ElectricalInductance r1, ElectricalInductance r2, ElectricalInductance... rn)
Return the minimum value of more than two relative scalars.ElectricalInductance
Dimensionless. times(ElectricalInductance v)
Calculate the multiplication of Dimensionless and ElectricalInductance, which results in a ElectricalInductance scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type ElectricalInductance Constructor Description ElectricalInductance(ElectricalInductance value)
Construct ElectricalInductance scalar. -
Uses of ElectricalInductance in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return ElectricalInductance Modifier and Type Method Description ElectricalInductance
ElectricalInductanceVector. instantiateScalarSI(double valueSI, ElectricalInductanceUnit 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 ElectricalInductance Modifier and Type Method Description Class<ElectricalInductance>
ElectricalInductanceVector. getScalarClass()
Return the class of the corresponding scalar.