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 ElectricalInductanceElectricalInductanceMatrix. 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 ElectricalInductanceElectricalInductance. NaNConstant with value NaN.static ElectricalInductanceElectricalInductance. NEG_MAXVALUEConstant with value -MAX_VALUE.static ElectricalInductanceElectricalInductance. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static ElectricalInductanceElectricalInductance. ONEConstant with value one.static ElectricalInductanceElectricalInductance. POS_MAXVALUEConstant with value MAX_VALUE.static ElectricalInductanceElectricalInductance. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static ElectricalInductanceElectricalInductance. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return ElectricalInductance Modifier and Type Method Description ElectricalInductanceSIScalar. asElectricalInductance()Return the current scalar as a electricalinductance.ElectricalInductanceSIScalar. asElectricalInductance(ElectricalInductanceUnit displayUnit)Return the current scalar as a electricalinductance, and provide a display unit.ElectricalInductanceMagneticFlux. divide(ElectricalCurrent v)Calculate the division of MagneticFlux and ElectricalCurrent, which results in a ElectricalInductance scalar.ElectricalInductanceElectricalInductance. instantiateRel(double value, ElectricalInductanceUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static ElectricalInductanceElectricalInductance. instantiateSI(double value)Construct ElectricalInductance scalar.static ElectricalInductanceElectricalInductance. interpolate(ElectricalInductance zero, ElectricalInductance one, double ratio)Interpolate between two values.static ElectricalInductanceElectricalInductance. max(ElectricalInductance r1, ElectricalInductance r2)Return the maximum value of two relative scalars.static ElectricalInductanceElectricalInductance. max(ElectricalInductance r1, ElectricalInductance r2, ElectricalInductance... rn)Return the maximum value of more than two relative scalars.static ElectricalInductanceElectricalInductance. min(ElectricalInductance r1, ElectricalInductance r2)Return the minimum value of two relative scalars.static ElectricalInductanceElectricalInductance. min(ElectricalInductance r1, ElectricalInductance r2, ElectricalInductance... rn)Return the minimum value of more than two relative scalars.static ElectricalInductanceElectricalInductance. of(double value, String unitString)Returns a ElectricalInductance based on a value and the textual representation of the unit.ElectricalInductanceDimensionless. times(ElectricalInductance v)Calculate the multiplication of Dimensionless and ElectricalInductance, which results in a ElectricalInductance scalar.ElectricalInductanceDuration. times(ElectricalResistance v)Calculate the multiplication of Duration and ElectricalResistance, which results in a ElectricalInductance scalar.ElectricalInductanceElectricalResistance. times(Duration v)Calculate the multiplication of ElectricalResistance and Duration, which results in a ElectricalInductance scalar.static ElectricalInductanceElectricalInductance. 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 DimensionlessElectricalInductance. divide(ElectricalInductance v)Calculate the division of ElectricalInductance and ElectricalInductance, which results in a Dimensionless scalar.ElectricalCurrentMagneticFlux. divide(ElectricalInductance v)Calculate the division of MagneticFlux and ElectricalInductance, which results in a ElectricalCurrent scalar.static ElectricalInductanceElectricalInductance. interpolate(ElectricalInductance zero, ElectricalInductance one, double ratio)Interpolate between two values.static ElectricalInductanceElectricalInductance. max(ElectricalInductance r1, ElectricalInductance r2)Return the maximum value of two relative scalars.static ElectricalInductanceElectricalInductance. max(ElectricalInductance r1, ElectricalInductance r2, ElectricalInductance... rn)Return the maximum value of more than two relative scalars.static ElectricalInductanceElectricalInductance. min(ElectricalInductance r1, ElectricalInductance r2)Return the minimum value of two relative scalars.static ElectricalInductanceElectricalInductance. min(ElectricalInductance r1, ElectricalInductance r2, ElectricalInductance... rn)Return the minimum value of more than two relative scalars.ElectricalInductanceDimensionless. 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 ElectricalInductanceElectricalInductanceVector. 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.