Uses of Class
org.djunits.value.vfloat.scalar.FloatLength
| 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 FloatLength in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatLength Modifier and Type Method Description FloatLengthFloatPositionMatrix. instantiateScalarRelSI(float valueSI, LengthUnit displayUnit)Instantiate a new relative scalar for the class of this absolute matrix.FloatLengthFloatLengthMatrix. instantiateScalarSI(float valueSI, LengthUnit 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 FloatLength Modifier and Type Method Description Class<FloatLength>FloatLengthMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FloatLength in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatLength Modifier and Type Field Description static FloatLengthFloatLength. NaNConstant with value NaN.static FloatLengthFloatLength. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatLengthFloatLength. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatLengthFloatLength. ONEConstant with value one.static FloatLengthFloatLength. POS_MAXVALUEConstant with value MAX_VALUE.static FloatLengthFloatLength. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatLengthFloatLength. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatLength Modifier and Type Method Description FloatLengthFloatSIScalar. asLength()Return the current scalar as a length.FloatLengthFloatSIScalar. asLength(LengthUnit displayUnit)Return the current scalar as a length, and provide a display unit.FloatLengthFloatArea. divide(FloatLength v)Calculate the division of FloatArea and FloatLength, which results in a FloatLength scalar.FloatLengthFloatDimensionless. divide(FloatLinearDensity v)Calculate the division of FloatDimensionless and FloatLinearDensity, which results in a FloatLength scalar.FloatLengthFloatEnergy. divide(FloatForce v)Calculate the division of FloatEnergy and FloatForce, which results in a FloatLength scalar.FloatLengthFloatSpeed. divide(FloatFrequency v)Calculate the division of FloatSpeed and FloatFrequency, which results in a FloatLength scalar.FloatLengthFloatTorque. divide(FloatForce v)Calculate the division of FloatTorque and FloatForce, which results in a FloatLength scalar.FloatLengthFloatVolume. divide(FloatArea v)Calculate the division of FloatVolume and FloatArea, which results in a FloatLength scalar.FloatLengthFloatLength. instantiateRel(float value, LengthUnit unit)Construct a new Relative Immutable FloatScalar of the right type.FloatLengthFloatPosition. instantiateRel(float value, LengthUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatLengthFloatLength. instantiateSI(float value)Construct FloatLength scalar.static FloatLengthFloatLength. interpolate(FloatLength zero, FloatLength one, float ratio)Interpolate between two values.static FloatLengthFloatLength. max(FloatLength r1, FloatLength r2)Return the maximum value of two relative scalars.static FloatLengthFloatLength. max(FloatLength r1, FloatLength r2, FloatLength... rn)Return the maximum value of more than two relative scalars.static FloatLengthFloatLength. min(FloatLength r1, FloatLength r2)Return the minimum value of two relative scalars.static FloatLengthFloatLength. min(FloatLength r1, FloatLength r2, FloatLength... rn)Return the minimum value of more than two relative scalars.static FloatLengthFloatLength. of(float value, String unitString)Returns a FloatLength based on a value and the textual representation of the unit.FloatLengthFloatArea. times(FloatLinearDensity v)Calculate the multiplication of FloatArea and FloatLinearDensity, which results in a FloatLength scalar.FloatLengthFloatDimensionless. times(FloatLength v)Calculate the multiplication of FloatDimensionless and FloatLength, which results in a FloatLength scalar.FloatLengthFloatDuration. times(FloatSpeed v)Calculate the multiplication of FloatDuration and FloatSpeed, which results in a FloatLength scalar.FloatLengthFloatLinearDensity. times(FloatArea v)Calculate the multiplication of FloatLinearDensity and FloatArea, which results in a FloatLength scalar.FloatLengthFloatSpeed. times(FloatDuration v)Calculate the multiplication of FloatSpeed and FloatDuration, which results in a FloatLength scalar.static FloatLengthFloatLength. valueOf(String text)Returns a FloatLength representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatLength Modifier and Type Method Description FloatLengthFloatArea. divide(FloatLength v)Calculate the division of FloatArea and FloatLength, which results in a FloatLength scalar.FloatLinearDensityFloatDimensionless. divide(FloatLength v)Calculate the division of FloatDimensionless and FloatLength, which results in a FloatLinearDensity scalar.FloatForceFloatEnergy. divide(FloatLength v)Calculate the division of FloatEnergy and FloatLength, which results in a FloatForce scalar.FloatDimensionlessFloatLength. divide(FloatLength v)Calculate the division of FloatLength and FloatLength, which results in a FloatDimensionless scalar.FloatFrequencyFloatSpeed. divide(FloatLength v)Calculate the division of FloatSpeed and FloatLength, which results in a FloatFrequency scalar.FloatForceFloatTorque. divide(FloatLength v)Calculate the division of FloatTorque and FloatLength, which results in a FloatForce scalar.FloatAreaFloatVolume. divide(FloatLength v)Calculate the division of FloatVolume and FloatLength, which results in a FloatArea scalar.static FloatLengthFloatLength. interpolate(FloatLength zero, FloatLength one, float ratio)Interpolate between two values.static FloatLengthFloatLength. max(FloatLength r1, FloatLength r2)Return the maximum value of two relative scalars.static FloatLengthFloatLength. max(FloatLength r1, FloatLength r2, FloatLength... rn)Return the maximum value of more than two relative scalars.static FloatLengthFloatLength. min(FloatLength r1, FloatLength r2)Return the minimum value of two relative scalars.static FloatLengthFloatLength. min(FloatLength r1, FloatLength r2, FloatLength... rn)Return the minimum value of more than two relative scalars.FloatVolumeFloatArea. times(FloatLength v)Calculate the multiplication of FloatArea and FloatLength, which results in a FloatVolume scalar.FloatLengthFloatDimensionless. times(FloatLength v)Calculate the multiplication of FloatDimensionless and FloatLength, which results in a FloatLength scalar.FloatEnergyFloatForce. times(FloatLength v)Calculate the multiplication of FloatForce and FloatLength, which results in a FloatEnergy scalar.FloatSpeedFloatFrequency. times(FloatLength v)Calculate the multiplication of FloatFrequency and FloatLength, which results in a FloatSpeed scalar.FloatAreaFloatLength. times(FloatLength v)Calculate the multiplication of FloatLength and FloatLength, which results in a FloatArea scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatLength Constructor Description FloatLength(FloatLength value)Construct FloatLength scalar. -
Uses of FloatLength in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatLength Modifier and Type Method Description FloatLengthFloatPositionVector. instantiateScalarRelSI(float valueSI, LengthUnit displayUnit)Instantiate a new relative scalar for the class of this absolute vector.FloatLengthFloatLengthVector. instantiateScalarSI(float valueSI, LengthUnit 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 FloatLength Modifier and Type Method Description Class<FloatLength>FloatLengthVector. getScalarClass()Return the class of the corresponding scalar.