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 FloatVolumeFloatVolumeMatrix. 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 FloatVolumeFloatVolume. NaNConstant with value NaN.static FloatVolumeFloatVolume. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatVolumeFloatVolume. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatVolumeFloatVolume. ONEConstant with value one.static FloatVolumeFloatVolume. POS_MAXVALUEConstant with value MAX_VALUE.static FloatVolumeFloatVolume. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatVolumeFloatVolume. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatVolume Modifier and Type Method Description FloatVolumeFloatSIScalar. asVolume()Return the current scalar as a volume.FloatVolumeFloatSIScalar. asVolume(VolumeUnit displayUnit)Return the current scalar as a volume, and provide a display unit.FloatVolumeFloatArea. divide(FloatLinearDensity v)Calculate the division of FloatArea and FloatLinearDensity, which results in a FloatVolume scalar.FloatVolumeFloatEnergy. divide(FloatPressure v)Calculate the division of FloatEnergy and FloatPressure, which results in a FloatVolume scalar.FloatVolumeFloatFlowVolume. divide(FloatFrequency v)Calculate the division of FloatFlowVolume and FloatFrequency, which results in a FloatVolume scalar.FloatVolumeFloatMass. divide(FloatDensity v)Calculate the division of FloatMass and FloatDensity, which results in a FloatVolume scalar.FloatVolumeFloatTorque. divide(FloatPressure v)Calculate the division of FloatTorque and FloatPressure, which results in a FloatVolume scalar.FloatVolumeFloatVolume. instantiateRel(float value, VolumeUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatVolumeFloatVolume. instantiateSI(float value)Construct FloatVolume scalar.static FloatVolumeFloatVolume. interpolate(FloatVolume zero, FloatVolume one, float ratio)Interpolate between two values.static FloatVolumeFloatVolume. max(FloatVolume r1, FloatVolume r2)Return the maximum value of two relative scalars.static FloatVolumeFloatVolume. max(FloatVolume r1, FloatVolume r2, FloatVolume... rn)Return the maximum value of more than two relative scalars.static FloatVolumeFloatVolume. min(FloatVolume r1, FloatVolume r2)Return the minimum value of two relative scalars.static FloatVolumeFloatVolume. min(FloatVolume r1, FloatVolume r2, FloatVolume... rn)Return the minimum value of more than two relative scalars.static FloatVolumeFloatVolume. of(float value, String unitString)Returns a FloatVolume based on a value and the textual representation of the unit.FloatVolumeFloatArea. times(FloatLength v)Calculate the multiplication of FloatArea and FloatLength, which results in a FloatVolume scalar.FloatVolumeFloatDimensionless. times(FloatVolume v)Calculate the multiplication of FloatDimensionless and FloatVolume, which results in a FloatVolume scalar.FloatVolumeFloatDuration. times(FloatFlowVolume v)Calculate the multiplication of FloatDuration and FloatFlowVolume, which results in a FloatVolume scalar.FloatVolumeFloatFlowVolume. times(FloatDuration v)Calculate the multiplication of FloatFlowVolume and FloatDuration, which results in a FloatVolume scalar.FloatVolumeFloatLength. times(FloatArea v)Calculate the multiplication of FloatLength and FloatArea, which results in a FloatVolume scalar.static FloatVolumeFloatVolume. 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 FloatLinearDensityFloatArea. divide(FloatVolume v)Calculate the division of FloatArea and FloatVolume, which results in a FloatLinearDensity scalar.FloatPressureFloatEnergy. divide(FloatVolume v)Calculate the division of FloatEnergy and FloatVolume, which results in a FloatPressure scalar.FloatFrequencyFloatFlowVolume. divide(FloatVolume v)Calculate the division of FloatFlowVolume and FloatVolume, which results in a FloatFrequency scalar.FloatDensityFloatMass. divide(FloatVolume v)Calculate the division of FloatMass and FloatVolume, which results in a FloatDensity scalar.FloatPressureFloatTorque. divide(FloatVolume v)Calculate the division of FloatTorque and FloatVolume, which results in a FloatPressure scalar.FloatDimensionlessFloatVolume. divide(FloatVolume v)Calculate the division of FloatVolume and FloatVolume, which results in a FloatDimensionless scalar.static FloatVolumeFloatVolume. interpolate(FloatVolume zero, FloatVolume one, float ratio)Interpolate between two values.static FloatVolumeFloatVolume. max(FloatVolume r1, FloatVolume r2)Return the maximum value of two relative scalars.static FloatVolumeFloatVolume. max(FloatVolume r1, FloatVolume r2, FloatVolume... rn)Return the maximum value of more than two relative scalars.static FloatVolumeFloatVolume. min(FloatVolume r1, FloatVolume r2)Return the minimum value of two relative scalars.static FloatVolumeFloatVolume. min(FloatVolume r1, FloatVolume r2, FloatVolume... rn)Return the minimum value of more than two relative scalars.FloatMassFloatDensity. times(FloatVolume v)Calculate the multiplication of FloatDensity and FloatVolume, which results in a FloatMass scalar.FloatVolumeFloatDimensionless. times(FloatVolume v)Calculate the multiplication of FloatDimensionless and FloatVolume, which results in a FloatVolume scalar.FloatEnergyFloatPressure. 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 FloatVolumeFloatVolumeVector. 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.