Uses of Class
org.djunits.value.vfloat.scalar.FloatElectricalCharge
| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatElectricalCharge in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatElectricalCharge Modifier and Type Method Description FloatElectricalChargeFloatElectricalChargeMatrix. instantiateScalarSI(float valueSI, ElectricalChargeUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatElectricalCharge Modifier and Type Method Description Class<FloatElectricalCharge>FloatElectricalChargeMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FloatElectricalCharge in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatElectricalCharge Modifier and Type Field Description static FloatElectricalChargeFloatElectricalCharge. NaNConstant with value NaN.static FloatElectricalChargeFloatElectricalCharge. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatElectricalChargeFloatElectricalCharge. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatElectricalChargeFloatElectricalCharge. ONEConstant with value one.static FloatElectricalChargeFloatElectricalCharge. POS_MAXVALUEConstant with value MAX_VALUE.static FloatElectricalChargeFloatElectricalCharge. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatElectricalChargeFloatElectricalCharge. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatElectricalCharge Modifier and Type Method Description FloatElectricalChargeFloatSIScalar. asElectricalCharge()Return the current scalar as a electricalcharge.FloatElectricalChargeFloatSIScalar. asElectricalCharge(ElectricalChargeUnit displayUnit)Return the current scalar as a electricalcharge, and provide a display unit.FloatElectricalChargeFloatElectricalCharge. instantiateRel(float value, ElectricalChargeUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatElectricalChargeFloatElectricalCharge. instantiateSI(float value)Construct FloatElectricalCharge scalar.static FloatElectricalChargeFloatElectricalCharge. interpolate(FloatElectricalCharge zero, FloatElectricalCharge one, float ratio)Interpolate between two values.static FloatElectricalChargeFloatElectricalCharge. max(FloatElectricalCharge r1, FloatElectricalCharge r2)Return the maximum value of two relative scalars.static FloatElectricalChargeFloatElectricalCharge. max(FloatElectricalCharge r1, FloatElectricalCharge r2, FloatElectricalCharge... rn)Return the maximum value of more than two relative scalars.static FloatElectricalChargeFloatElectricalCharge. min(FloatElectricalCharge r1, FloatElectricalCharge r2)Return the minimum value of two relative scalars.static FloatElectricalChargeFloatElectricalCharge. min(FloatElectricalCharge r1, FloatElectricalCharge r2, FloatElectricalCharge... rn)Return the minimum value of more than two relative scalars.static FloatElectricalChargeFloatElectricalCharge. of(float value, String unitString)Returns a FloatElectricalCharge based on a value and the textual representation of the unit.FloatElectricalChargeFloatDimensionless. times(FloatElectricalCharge v)Calculate the multiplication of FloatDimensionless and FloatElectricalCharge, which results in a FloatElectricalCharge scalar.FloatElectricalChargeFloatDuration. times(FloatElectricalCurrent v)Calculate the multiplication of FloatDuration and FloatElectricalCurrent, which results in a FloatElectricalCharge scalar.FloatElectricalChargeFloatElectricalCapacitance. times(FloatElectricalPotential v)Calculate the multiplication of FloatElectricalCapacitance and FloatElectricalPotential, which results in a FloatElectricalCharge scalar.FloatElectricalChargeFloatElectricalCurrent. times(FloatDuration v)Calculate the multiplication of FloatElectricalCurrent and FloatDuration, which results in a FloatElectricalCharge scalar.static FloatElectricalChargeFloatElectricalCharge. valueOf(String text)Returns a FloatElectricalCharge representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatElectricalCharge Modifier and Type Method Description FloatDimensionlessFloatElectricalCharge. divide(FloatElectricalCharge v)Calculate the division of FloatElectricalCharge and FloatElectricalCharge, which results in a FloatDimensionless scalar.static FloatElectricalChargeFloatElectricalCharge. interpolate(FloatElectricalCharge zero, FloatElectricalCharge one, float ratio)Interpolate between two values.static FloatElectricalChargeFloatElectricalCharge. max(FloatElectricalCharge r1, FloatElectricalCharge r2)Return the maximum value of two relative scalars.static FloatElectricalChargeFloatElectricalCharge. max(FloatElectricalCharge r1, FloatElectricalCharge r2, FloatElectricalCharge... rn)Return the maximum value of more than two relative scalars.static FloatElectricalChargeFloatElectricalCharge. min(FloatElectricalCharge r1, FloatElectricalCharge r2)Return the minimum value of two relative scalars.static FloatElectricalChargeFloatElectricalCharge. min(FloatElectricalCharge r1, FloatElectricalCharge r2, FloatElectricalCharge... rn)Return the minimum value of more than two relative scalars.FloatElectricalChargeFloatDimensionless. times(FloatElectricalCharge v)Calculate the multiplication of FloatDimensionless and FloatElectricalCharge, which results in a FloatElectricalCharge scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatElectricalCharge Constructor Description FloatElectricalCharge(FloatElectricalCharge value)Construct FloatElectricalCharge scalar. -
Uses of FloatElectricalCharge in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatElectricalCharge Modifier and Type Method Description FloatElectricalChargeFloatElectricalChargeVector. instantiateScalarSI(float valueSI, ElectricalChargeUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatElectricalCharge Modifier and Type Method Description Class<FloatElectricalCharge>FloatElectricalChargeVector. getScalarClass()Return the class of the corresponding scalar.