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