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 FloatFlowVolumeFloatFlowVolumeMatrix. 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 FloatFlowVolumeFloatFlowVolume. NaNConstant with value NaN.static FloatFlowVolumeFloatFlowVolume. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatFlowVolumeFloatFlowVolume. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatFlowVolumeFloatFlowVolume. ONEConstant with value one.static FloatFlowVolumeFloatFlowVolume. POS_MAXVALUEConstant with value MAX_VALUE.static FloatFlowVolumeFloatFlowVolume. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatFlowVolumeFloatFlowVolume. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatFlowVolume Modifier and Type Method Description FloatFlowVolumeFloatSIScalar. asFlowVolume()Return the current scalar as a flowvolume.FloatFlowVolumeFloatSIScalar. asFlowVolume(FlowVolumeUnit displayUnit)Return the current scalar as a flowvolume, and provide a display unit.FloatFlowVolumeFloatFlowMass. divide(FloatDensity v)Calculate the division of FloatFlowMass and FloatDensity, which results in a FloatFlowVolume scalar.FloatFlowVolumeFloatVolume. divide(FloatDuration v)Calculate the division of FloatVolume and FloatDuration, which results in a FloatFlowVolume scalar.FloatFlowVolumeFloatFlowVolume. instantiateRel(float value, FlowVolumeUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatFlowVolumeFloatFlowVolume. instantiateSI(float value)Construct FloatFlowVolume scalar.static FloatFlowVolumeFloatFlowVolume. interpolate(FloatFlowVolume zero, FloatFlowVolume one, float ratio)Interpolate between two values.static FloatFlowVolumeFloatFlowVolume. max(FloatFlowVolume r1, FloatFlowVolume r2)Return the maximum value of two relative scalars.static FloatFlowVolumeFloatFlowVolume. max(FloatFlowVolume r1, FloatFlowVolume r2, FloatFlowVolume... rn)Return the maximum value of more than two relative scalars.static FloatFlowVolumeFloatFlowVolume. min(FloatFlowVolume r1, FloatFlowVolume r2)Return the minimum value of two relative scalars.static FloatFlowVolumeFloatFlowVolume. min(FloatFlowVolume r1, FloatFlowVolume r2, FloatFlowVolume... rn)Return the minimum value of more than two relative scalars.static FloatFlowVolumeFloatFlowVolume. of(float value, String unitString)Returns a FloatFlowVolume based on a value and the textual representation of the unit.FloatFlowVolumeFloatArea. times(FloatSpeed v)Calculate the multiplication of FloatArea and FloatSpeed, which results in a FloatFlowVolume scalar.FloatFlowVolumeFloatDimensionless. times(FloatFlowVolume v)Calculate the multiplication of FloatDimensionless and FloatFlowVolume, which results in a FloatFlowVolume scalar.FloatFlowVolumeFloatSpeed. times(FloatArea v)Calculate the multiplication of FloatSpeed and FloatArea, which results in a FloatFlowVolume scalar.static FloatFlowVolumeFloatFlowVolume. 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 FloatDensityFloatFlowMass. divide(FloatFlowVolume v)Calculate the division of FloatFlowMass and FloatFlowVolume, which results in a FloatDensity scalar.FloatDimensionlessFloatFlowVolume. divide(FloatFlowVolume v)Calculate the division of FloatFlowVolume and FloatFlowVolume, which results in a FloatDimensionless scalar.FloatDurationFloatVolume. divide(FloatFlowVolume v)Calculate the division of FloatVolume and FloatFlowVolume, which results in a FloatDuration scalar.static FloatFlowVolumeFloatFlowVolume. interpolate(FloatFlowVolume zero, FloatFlowVolume one, float ratio)Interpolate between two values.static FloatFlowVolumeFloatFlowVolume. max(FloatFlowVolume r1, FloatFlowVolume r2)Return the maximum value of two relative scalars.static FloatFlowVolumeFloatFlowVolume. max(FloatFlowVolume r1, FloatFlowVolume r2, FloatFlowVolume... rn)Return the maximum value of more than two relative scalars.static FloatFlowVolumeFloatFlowVolume. min(FloatFlowVolume r1, FloatFlowVolume r2)Return the minimum value of two relative scalars.static FloatFlowVolumeFloatFlowVolume. min(FloatFlowVolume r1, FloatFlowVolume r2, FloatFlowVolume... rn)Return the minimum value of more than two relative scalars.FloatFlowMassFloatDensity. times(FloatFlowVolume v)Calculate the multiplication of FloatDensity and FloatFlowVolume, which results in a FloatFlowMass scalar.FloatFlowVolumeFloatDimensionless. times(FloatFlowVolume v)Calculate the multiplication of FloatDimensionless and FloatFlowVolume, which results in a FloatFlowVolume scalar.FloatVolumeFloatDuration. 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 FloatFlowVolumeFloatFlowVolumeVector. 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.