Uses of Class
org.djunits.value.vfloat.scalar.FloatFlowVolume
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 FloatFlowVolume in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatFlowVolume Modifier and Type Method Description FloatFlowVolume
FloatFlowVolumeMatrix. instantiateScalarSI(float valueSI, FlowVolumeUnit 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 FloatFlowVolume Modifier and Type Method Description Class<FloatFlowVolume>
FloatFlowVolumeMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of FloatFlowVolume in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatFlowVolume Modifier and Type Field Description static FloatFlowVolume
FloatFlowVolume. NaN
Constant with value NaN.static FloatFlowVolume
FloatFlowVolume. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FloatFlowVolume
FloatFlowVolume. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FloatFlowVolume
FloatFlowVolume. ONE
Constant with value one.static FloatFlowVolume
FloatFlowVolume. POS_MAXVALUE
Constant with value MAX_VALUE.static FloatFlowVolume
FloatFlowVolume. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FloatFlowVolume
FloatFlowVolume. ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatFlowVolume Modifier and Type Method Description FloatFlowVolume
FloatSIScalar. asFlowVolume()
Return the current scalar as a flowvolume.FloatFlowVolume
FloatSIScalar. asFlowVolume(FlowVolumeUnit displayUnit)
Return the current scalar as a flowvolume, and provide a display unit.FloatFlowVolume
FloatFlowMass. divide(FloatDensity v)
Calculate the division of FloatFlowMass and FloatDensity, which results in a FloatFlowVolume scalar.FloatFlowVolume
FloatVolume. divide(FloatDuration v)
Calculate the division of FloatVolume and FloatDuration, which results in a FloatFlowVolume scalar.FloatFlowVolume
FloatFlowVolume. instantiateRel(float value, FlowVolumeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.static FloatFlowVolume
FloatFlowVolume. instantiateSI(float value)
Construct FloatFlowVolume scalar.static FloatFlowVolume
FloatFlowVolume. interpolate(FloatFlowVolume zero, FloatFlowVolume one, float ratio)
Interpolate between two values.static FloatFlowVolume
FloatFlowVolume. max(FloatFlowVolume r1, FloatFlowVolume r2)
Return the maximum value of two relative scalars.static FloatFlowVolume
FloatFlowVolume. max(FloatFlowVolume r1, FloatFlowVolume r2, FloatFlowVolume... rn)
Return the maximum value of more than two relative scalars.static FloatFlowVolume
FloatFlowVolume. min(FloatFlowVolume r1, FloatFlowVolume r2)
Return the minimum value of two relative scalars.static FloatFlowVolume
FloatFlowVolume. min(FloatFlowVolume r1, FloatFlowVolume r2, FloatFlowVolume... rn)
Return the minimum value of more than two relative scalars.static FloatFlowVolume
FloatFlowVolume. of(float value, String unitString)
Returns a FloatFlowVolume based on a value and the textual representation of the unit.FloatFlowVolume
FloatArea. times(FloatSpeed v)
Calculate the multiplication of FloatArea and FloatSpeed, which results in a FloatFlowVolume scalar.FloatFlowVolume
FloatDimensionless. times(FloatFlowVolume v)
Calculate the multiplication of FloatDimensionless and FloatFlowVolume, which results in a FloatFlowVolume scalar.FloatFlowVolume
FloatSpeed. times(FloatArea v)
Calculate the multiplication of FloatSpeed and FloatArea, which results in a FloatFlowVolume scalar.static FloatFlowVolume
FloatFlowVolume. valueOf(String text)
Returns a FloatFlowVolume representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatFlowVolume Modifier and Type Method Description FloatDensity
FloatFlowMass. divide(FloatFlowVolume v)
Calculate the division of FloatFlowMass and FloatFlowVolume, which results in a FloatDensity scalar.FloatDimensionless
FloatFlowVolume. divide(FloatFlowVolume v)
Calculate the division of FloatFlowVolume and FloatFlowVolume, which results in a FloatDimensionless scalar.FloatDuration
FloatVolume. divide(FloatFlowVolume v)
Calculate the division of FloatVolume and FloatFlowVolume, which results in a FloatDuration scalar.static FloatFlowVolume
FloatFlowVolume. interpolate(FloatFlowVolume zero, FloatFlowVolume one, float ratio)
Interpolate between two values.static FloatFlowVolume
FloatFlowVolume. max(FloatFlowVolume r1, FloatFlowVolume r2)
Return the maximum value of two relative scalars.static FloatFlowVolume
FloatFlowVolume. max(FloatFlowVolume r1, FloatFlowVolume r2, FloatFlowVolume... rn)
Return the maximum value of more than two relative scalars.static FloatFlowVolume
FloatFlowVolume. min(FloatFlowVolume r1, FloatFlowVolume r2)
Return the minimum value of two relative scalars.static FloatFlowVolume
FloatFlowVolume. min(FloatFlowVolume r1, FloatFlowVolume r2, FloatFlowVolume... rn)
Return the minimum value of more than two relative scalars.FloatFlowMass
FloatDensity. times(FloatFlowVolume v)
Calculate the multiplication of FloatDensity and FloatFlowVolume, which results in a FloatFlowMass scalar.FloatFlowVolume
FloatDimensionless. times(FloatFlowVolume v)
Calculate the multiplication of FloatDimensionless and FloatFlowVolume, which results in a FloatFlowVolume scalar.FloatVolume
FloatDuration. times(FloatFlowVolume v)
Calculate the multiplication of FloatDuration and FloatFlowVolume, which results in a FloatVolume scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatFlowVolume Constructor Description FloatFlowVolume(FloatFlowVolume value)
Construct FloatFlowVolume scalar. -
Uses of FloatFlowVolume in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatFlowVolume Modifier and Type Method Description FloatFlowVolume
FloatFlowVolumeVector. instantiateScalarSI(float valueSI, FlowVolumeUnit 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 FloatFlowVolume Modifier and Type Method Description Class<FloatFlowVolume>
FloatFlowVolumeVector. getScalarClass()
Return the class of the corresponding scalar.