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 FloatElectricalCharge
FloatElectricalChargeMatrix. 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 FloatElectricalCharge
FloatElectricalCharge. NaN
Constant with value NaN.static FloatElectricalCharge
FloatElectricalCharge. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FloatElectricalCharge
FloatElectricalCharge. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FloatElectricalCharge
FloatElectricalCharge. ONE
Constant with value one.static FloatElectricalCharge
FloatElectricalCharge. POS_MAXVALUE
Constant with value MAX_VALUE.static FloatElectricalCharge
FloatElectricalCharge. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FloatElectricalCharge
FloatElectricalCharge. ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatElectricalCharge Modifier and Type Method Description FloatElectricalCharge
FloatSIScalar. asElectricalCharge()
Return the current scalar as a electricalcharge.FloatElectricalCharge
FloatSIScalar. asElectricalCharge(ElectricalChargeUnit displayUnit)
Return the current scalar as a electricalcharge, and provide a display unit.FloatElectricalCharge
FloatElectricalCharge. instantiateRel(float value, ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.static FloatElectricalCharge
FloatElectricalCharge. instantiateSI(float value)
Construct FloatElectricalCharge scalar.static FloatElectricalCharge
FloatElectricalCharge. interpolate(FloatElectricalCharge zero, FloatElectricalCharge one, float ratio)
Interpolate between two values.static FloatElectricalCharge
FloatElectricalCharge. max(FloatElectricalCharge r1, FloatElectricalCharge r2)
Return the maximum value of two relative scalars.static FloatElectricalCharge
FloatElectricalCharge. max(FloatElectricalCharge r1, FloatElectricalCharge r2, FloatElectricalCharge... rn)
Return the maximum value of more than two relative scalars.static FloatElectricalCharge
FloatElectricalCharge. min(FloatElectricalCharge r1, FloatElectricalCharge r2)
Return the minimum value of two relative scalars.static FloatElectricalCharge
FloatElectricalCharge. min(FloatElectricalCharge r1, FloatElectricalCharge r2, FloatElectricalCharge... rn)
Return the minimum value of more than two relative scalars.static FloatElectricalCharge
FloatElectricalCharge. of(float value, String unitString)
Returns a FloatElectricalCharge based on a value and the textual representation of the unit.FloatElectricalCharge
FloatDimensionless. times(FloatElectricalCharge v)
Calculate the multiplication of FloatDimensionless and FloatElectricalCharge, which results in a FloatElectricalCharge scalar.FloatElectricalCharge
FloatDuration. times(FloatElectricalCurrent v)
Calculate the multiplication of FloatDuration and FloatElectricalCurrent, which results in a FloatElectricalCharge scalar.FloatElectricalCharge
FloatElectricalCapacitance. times(FloatElectricalPotential v)
Calculate the multiplication of FloatElectricalCapacitance and FloatElectricalPotential, which results in a FloatElectricalCharge scalar.FloatElectricalCharge
FloatElectricalCurrent. times(FloatDuration v)
Calculate the multiplication of FloatElectricalCurrent and FloatDuration, which results in a FloatElectricalCharge scalar.static FloatElectricalCharge
FloatElectricalCharge. 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 FloatDimensionless
FloatElectricalCharge. divide(FloatElectricalCharge v)
Calculate the division of FloatElectricalCharge and FloatElectricalCharge, which results in a FloatDimensionless scalar.static FloatElectricalCharge
FloatElectricalCharge. interpolate(FloatElectricalCharge zero, FloatElectricalCharge one, float ratio)
Interpolate between two values.static FloatElectricalCharge
FloatElectricalCharge. max(FloatElectricalCharge r1, FloatElectricalCharge r2)
Return the maximum value of two relative scalars.static FloatElectricalCharge
FloatElectricalCharge. max(FloatElectricalCharge r1, FloatElectricalCharge r2, FloatElectricalCharge... rn)
Return the maximum value of more than two relative scalars.static FloatElectricalCharge
FloatElectricalCharge. min(FloatElectricalCharge r1, FloatElectricalCharge r2)
Return the minimum value of two relative scalars.static FloatElectricalCharge
FloatElectricalCharge. min(FloatElectricalCharge r1, FloatElectricalCharge r2, FloatElectricalCharge... rn)
Return the minimum value of more than two relative scalars.FloatElectricalCharge
FloatDimensionless. 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 FloatElectricalCharge
FloatElectricalChargeVector. 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.