Uses of Class
org.djunits.value.vfloat.scalar.FloatDensity
| 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 FloatDensity in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatDensity Modifier and Type Method Description FloatDensityFloatDensityMatrix. instantiateScalarSI(float valueSI, DensityUnit 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 FloatDensity Modifier and Type Method Description Class<FloatDensity>FloatDensityMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FloatDensity in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatDensity Modifier and Type Field Description static FloatDensityFloatDensity. NaNConstant with value NaN.static FloatDensityFloatDensity. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatDensityFloatDensity. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatDensityFloatDensity. ONEConstant with value one.static FloatDensityFloatDensity. POS_MAXVALUEConstant with value MAX_VALUE.static FloatDensityFloatDensity. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatDensityFloatDensity. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatDensity Modifier and Type Method Description FloatDensityFloatSIScalar. asDensity()Return the current scalar as a density.FloatDensityFloatSIScalar. asDensity(DensityUnit displayUnit)Return the current scalar as a density, and provide a display unit.FloatDensityFloatFlowMass. divide(FloatFlowVolume v)Calculate the division of FloatFlowMass and FloatFlowVolume, which results in a FloatDensity scalar.FloatDensityFloatMass. divide(FloatVolume v)Calculate the division of FloatMass and FloatVolume, which results in a FloatDensity scalar.FloatDensityFloatDensity. instantiateRel(float value, DensityUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatDensityFloatDensity. instantiateSI(float value)Construct FloatDensity scalar.static FloatDensityFloatDensity. interpolate(FloatDensity zero, FloatDensity one, float ratio)Interpolate between two values.static FloatDensityFloatDensity. max(FloatDensity r1, FloatDensity r2)Return the maximum value of two relative scalars.static FloatDensityFloatDensity. max(FloatDensity r1, FloatDensity r2, FloatDensity... rn)Return the maximum value of more than two relative scalars.static FloatDensityFloatDensity. min(FloatDensity r1, FloatDensity r2)Return the minimum value of two relative scalars.static FloatDensityFloatDensity. min(FloatDensity r1, FloatDensity r2, FloatDensity... rn)Return the minimum value of more than two relative scalars.static FloatDensityFloatDensity. of(float value, String unitString)Returns a FloatDensity based on a value and the textual representation of the unit.FloatDensityFloatDimensionless. times(FloatDensity v)Calculate the multiplication of FloatDimensionless and FloatDensity, which results in a FloatDensity scalar.static FloatDensityFloatDensity. valueOf(String text)Returns a FloatDensity representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatDensity Modifier and Type Method Description FloatDimensionlessFloatDensity. divide(FloatDensity v)Calculate the division of FloatDensity and FloatDensity, which results in a FloatDimensionless scalar.FloatFlowVolumeFloatFlowMass. divide(FloatDensity v)Calculate the division of FloatFlowMass and FloatDensity, which results in a FloatFlowVolume scalar.FloatVolumeFloatMass. divide(FloatDensity v)Calculate the division of FloatMass and FloatDensity, which results in a FloatVolume scalar.static FloatDensityFloatDensity. interpolate(FloatDensity zero, FloatDensity one, float ratio)Interpolate between two values.static FloatDensityFloatDensity. max(FloatDensity r1, FloatDensity r2)Return the maximum value of two relative scalars.static FloatDensityFloatDensity. max(FloatDensity r1, FloatDensity r2, FloatDensity... rn)Return the maximum value of more than two relative scalars.static FloatDensityFloatDensity. min(FloatDensity r1, FloatDensity r2)Return the minimum value of two relative scalars.static FloatDensityFloatDensity. min(FloatDensity r1, FloatDensity r2, FloatDensity... rn)Return the minimum value of more than two relative scalars.FloatDensityFloatDimensionless. times(FloatDensity v)Calculate the multiplication of FloatDimensionless and FloatDensity, which results in a FloatDensity scalar.FloatFlowMassFloatFlowVolume. times(FloatDensity v)Calculate the multiplication of FloatFlowVolume and FloatDensity, which results in a FloatFlowMass scalar.FloatMassFloatVolume. times(FloatDensity v)Calculate the multiplication of FloatVolume and FloatDensity, which results in a FloatMass scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatDensity Constructor Description FloatDensity(FloatDensity value)Construct FloatDensity scalar. -
Uses of FloatDensity in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatDensity Modifier and Type Method Description FloatDensityFloatDensityVector. instantiateScalarSI(float valueSI, DensityUnit 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 FloatDensity Modifier and Type Method Description Class<FloatDensity>FloatDensityVector. getScalarClass()Return the class of the corresponding scalar.