Uses of Class
org.djunits.value.vdouble.scalar.ElectricalCurrent
| 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 ElectricalCurrent in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return ElectricalCurrent Modifier and Type Method Description ElectricalCurrentElectricalCurrentMatrix. instantiateScalarSI(double valueSI, ElectricalCurrentUnit 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 ElectricalCurrent Modifier and Type Method Description Class<ElectricalCurrent>ElectricalCurrentMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of ElectricalCurrent in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as ElectricalCurrent Modifier and Type Field Description static ElectricalCurrentElectricalCurrent. NaNConstant with value NaN.static ElectricalCurrentElectricalCurrent. NEG_MAXVALUEConstant with value -MAX_VALUE.static ElectricalCurrentElectricalCurrent. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static ElectricalCurrentElectricalCurrent. ONEConstant with value one.static ElectricalCurrentElectricalCurrent. POS_MAXVALUEConstant with value MAX_VALUE.static ElectricalCurrentElectricalCurrent. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static ElectricalCurrentElectricalCurrent. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return ElectricalCurrent Modifier and Type Method Description ElectricalCurrentSIScalar. asElectricalCurrent()Return the current scalar as a electricalcurrent.ElectricalCurrentSIScalar. asElectricalCurrent(ElectricalCurrentUnit displayUnit)Return the current scalar as a electricalcurrent, and provide a display unit.ElectricalCurrentElectricalCharge. divide(Duration v)Calculate the division of ElectricalCharge and Duration, which results in a ElectricalCurrent scalar.ElectricalCurrentElectricalPotential. divide(ElectricalResistance v)Calculate the division of ElectricalPotential and ElectricalResistance, which results in a ElectricalCurrent scalar.ElectricalCurrentMagneticFlux. divide(ElectricalInductance v)Calculate the division of MagneticFlux and ElectricalInductance, which results in a ElectricalCurrent scalar.ElectricalCurrentPower. divide(ElectricalPotential v)Calculate the division of Power and ElectricalPotential, which results in a ElectricalCurrent scalar.ElectricalCurrentElectricalCurrent. instantiateRel(double value, ElectricalCurrentUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static ElectricalCurrentElectricalCurrent. instantiateSI(double value)Construct ElectricalCurrent scalar.static ElectricalCurrentElectricalCurrent. interpolate(ElectricalCurrent zero, ElectricalCurrent one, double ratio)Interpolate between two values.static ElectricalCurrentElectricalCurrent. max(ElectricalCurrent r1, ElectricalCurrent r2)Return the maximum value of two relative scalars.static ElectricalCurrentElectricalCurrent. max(ElectricalCurrent r1, ElectricalCurrent r2, ElectricalCurrent... rn)Return the maximum value of more than two relative scalars.static ElectricalCurrentElectricalCurrent. min(ElectricalCurrent r1, ElectricalCurrent r2)Return the minimum value of two relative scalars.static ElectricalCurrentElectricalCurrent. min(ElectricalCurrent r1, ElectricalCurrent r2, ElectricalCurrent... rn)Return the minimum value of more than two relative scalars.static ElectricalCurrentElectricalCurrent. of(double value, String unitString)Returns a ElectricalCurrent based on a value and the textual representation of the unit.ElectricalCurrentDimensionless. times(ElectricalCurrent v)Calculate the multiplication of Dimensionless and ElectricalCurrent, which results in a ElectricalCurrent scalar.ElectricalCurrentElectricalConductance. times(ElectricalPotential v)Calculate the multiplication of ElectricalConductance and ElectricalPotential, which results in a ElectricalCurrent scalar.static ElectricalCurrentElectricalCurrent. valueOf(String text)Returns a ElectricalCurrent representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type ElectricalCurrent Modifier and Type Method Description DurationElectricalCharge. divide(ElectricalCurrent v)Calculate the division of ElectricalCharge and ElectricalCurrent, which results in a Duration scalar.DimensionlessElectricalCurrent. divide(ElectricalCurrent v)Calculate the division of ElectricalCurrent and ElectricalCurrent, which results in a Dimensionless scalar.ElectricalResistanceElectricalPotential. divide(ElectricalCurrent v)Calculate the division of ElectricalPotential and ElectricalCurrent, which results in a ElectricalResistance scalar.ElectricalInductanceMagneticFlux. divide(ElectricalCurrent v)Calculate the division of MagneticFlux and ElectricalCurrent, which results in a ElectricalInductance scalar.ElectricalPotentialPower. divide(ElectricalCurrent v)Calculate the division of Power and ElectricalCurrent, which results in a ElectricalPotential scalar.static ElectricalCurrentElectricalCurrent. interpolate(ElectricalCurrent zero, ElectricalCurrent one, double ratio)Interpolate between two values.static ElectricalCurrentElectricalCurrent. max(ElectricalCurrent r1, ElectricalCurrent r2)Return the maximum value of two relative scalars.static ElectricalCurrentElectricalCurrent. max(ElectricalCurrent r1, ElectricalCurrent r2, ElectricalCurrent... rn)Return the maximum value of more than two relative scalars.static ElectricalCurrentElectricalCurrent. min(ElectricalCurrent r1, ElectricalCurrent r2)Return the minimum value of two relative scalars.static ElectricalCurrentElectricalCurrent. min(ElectricalCurrent r1, ElectricalCurrent r2, ElectricalCurrent... rn)Return the minimum value of more than two relative scalars.ElectricalCurrentDimensionless. times(ElectricalCurrent v)Calculate the multiplication of Dimensionless and ElectricalCurrent, which results in a ElectricalCurrent scalar.ElectricalChargeDuration. times(ElectricalCurrent v)Calculate the multiplication of Duration and ElectricalCurrent, which results in a ElectricalCharge scalar.MagneticFluxElectricalInductance. times(ElectricalCurrent v)Calculate the multiplication of ElectricalInductance and ElectricalCurrent, which results in a MagneticFlux scalar.PowerElectricalPotential. times(ElectricalCurrent v)Calculate the multiplication of ElectricalPotential and ElectricalCurrent, which results in a Power scalar.ElectricalPotentialElectricalResistance. times(ElectricalCurrent v)Calculate the multiplication of ElectricalResistance and ElectricalCurrent, which results in a ElectricalPotential scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type ElectricalCurrent Constructor Description ElectricalCurrent(ElectricalCurrent value)Construct ElectricalCurrent scalar. -
Uses of ElectricalCurrent in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return ElectricalCurrent Modifier and Type Method Description ElectricalCurrentElectricalCurrentVector. instantiateScalarSI(double valueSI, ElectricalCurrentUnit 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 ElectricalCurrent Modifier and Type Method Description Class<ElectricalCurrent>ElectricalCurrentVector. getScalarClass()Return the class of the corresponding scalar.