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 FloatLength
FloatPositionMatrix. instantiateScalarRelSI(float valueSI, LengthUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute matrix.FloatLength
FloatLengthMatrix. 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 FloatLength
FloatLength. NaN
Constant with value NaN.static FloatLength
FloatLength. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FloatLength
FloatLength. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FloatLength
FloatLength. ONE
Constant with value one.static FloatLength
FloatLength. POS_MAXVALUE
Constant with value MAX_VALUE.static FloatLength
FloatLength. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FloatLength
FloatLength. ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatLength Modifier and Type Method Description FloatLength
FloatSIScalar. asLength()
Return the current scalar as a length.FloatLength
FloatSIScalar. asLength(LengthUnit displayUnit)
Return the current scalar as a length, and provide a display unit.FloatLength
FloatArea. divide(FloatLength v)
Calculate the division of FloatArea and FloatLength, which results in a FloatLength scalar.FloatLength
FloatDimensionless. divide(FloatLinearDensity v)
Calculate the division of FloatDimensionless and FloatLinearDensity, which results in a FloatLength scalar.FloatLength
FloatEnergy. divide(FloatForce v)
Calculate the division of FloatEnergy and FloatForce, which results in a FloatLength scalar.FloatLength
FloatMomentum. divide(FloatFlowMass v)
Calculate the division of FloatMomentum and FloatFlowMass, which results in a FloatLength scalar.FloatLength
FloatSpeed. divide(FloatFrequency v)
Calculate the division of FloatSpeed and FloatFrequency, which results in a FloatLength scalar.FloatLength
FloatTorque. divide(FloatForce v)
Calculate the division of FloatTorque and FloatForce, which results in a FloatLength scalar.FloatLength
FloatVolume. divide(FloatArea v)
Calculate the division of FloatVolume and FloatArea, which results in a FloatLength scalar.FloatLength
FloatLength. instantiateRel(float value, LengthUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.FloatLength
FloatPosition. instantiateRel(float value, LengthUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.static FloatLength
FloatLength. instantiateSI(float value)
Construct FloatLength scalar.static FloatLength
FloatLength. interpolate(FloatLength zero, FloatLength one, float ratio)
Interpolate between two values.static FloatLength
FloatLength. max(FloatLength r1, FloatLength r2)
Return the maximum value of two relative scalars.static FloatLength
FloatLength. max(FloatLength r1, FloatLength r2, FloatLength... rn)
Return the maximum value of more than two relative scalars.static FloatLength
FloatLength. min(FloatLength r1, FloatLength r2)
Return the minimum value of two relative scalars.static FloatLength
FloatLength. min(FloatLength r1, FloatLength r2, FloatLength... rn)
Return the minimum value of more than two relative scalars.static FloatLength
FloatLength. of(float value, String unitString)
Returns a FloatLength based on a value and the textual representation of the unit.FloatLength
FloatArea. times(FloatLinearDensity v)
Calculate the multiplication of FloatArea and FloatLinearDensity, which results in a FloatLength scalar.FloatLength
FloatDimensionless. times(FloatLength v)
Calculate the multiplication of FloatDimensionless and FloatLength, which results in a FloatLength scalar.FloatLength
FloatDuration. times(FloatSpeed v)
Calculate the multiplication of FloatDuration and FloatSpeed, which results in a FloatLength scalar.FloatLength
FloatLinearDensity. times(FloatArea v)
Calculate the multiplication of FloatLinearDensity and FloatArea, which results in a FloatLength scalar.FloatLength
FloatSpeed. times(FloatDuration v)
Calculate the multiplication of FloatSpeed and FloatDuration, which results in a FloatLength scalar.static FloatLength
FloatLength. 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 FloatLength
FloatArea. divide(FloatLength v)
Calculate the division of FloatArea and FloatLength, which results in a FloatLength scalar.FloatLinearDensity
FloatDimensionless. divide(FloatLength v)
Calculate the division of FloatDimensionless and FloatLength, which results in a FloatLinearDensity scalar.FloatForce
FloatEnergy. divide(FloatLength v)
Calculate the division of FloatEnergy and FloatLength, which results in a FloatForce scalar.FloatDimensionless
FloatLength. divide(FloatLength v)
Calculate the division of FloatLength and FloatLength, which results in a FloatDimensionless scalar.FloatFlowMass
FloatMomentum. divide(FloatLength v)
Calculate the division of FloatMomentum and FloatLength, which results in a FloatFlowMass scalar.FloatFrequency
FloatSpeed. divide(FloatLength v)
Calculate the division of FloatSpeed and FloatLength, which results in a FloatFrequency scalar.FloatForce
FloatTorque. divide(FloatLength v)
Calculate the division of FloatTorque and FloatLength, which results in a FloatForce scalar.FloatArea
FloatVolume. divide(FloatLength v)
Calculate the division of FloatVolume and FloatLength, which results in a FloatArea scalar.static FloatLength
FloatLength. interpolate(FloatLength zero, FloatLength one, float ratio)
Interpolate between two values.static FloatLength
FloatLength. max(FloatLength r1, FloatLength r2)
Return the maximum value of two relative scalars.static FloatLength
FloatLength. max(FloatLength r1, FloatLength r2, FloatLength... rn)
Return the maximum value of more than two relative scalars.static FloatLength
FloatLength. min(FloatLength r1, FloatLength r2)
Return the minimum value of two relative scalars.static FloatLength
FloatLength. min(FloatLength r1, FloatLength r2, FloatLength... rn)
Return the minimum value of more than two relative scalars.FloatVolume
FloatArea. times(FloatLength v)
Calculate the multiplication of FloatArea and FloatLength, which results in a FloatVolume scalar.FloatLength
FloatDimensionless. times(FloatLength v)
Calculate the multiplication of FloatDimensionless and FloatLength, which results in a FloatLength scalar.FloatMomentum
FloatFlowMass. times(FloatLength v)
Calculate the multiplication of FloatFlowMass and FloatLength, which results in a FloatMomentum scalar.FloatEnergy
FloatForce. times(FloatLength v)
Calculate the multiplication of FloatForce and FloatLength, which results in a FloatEnergy scalar.FloatSpeed
FloatFrequency. times(FloatLength v)
Calculate the multiplication of FloatFrequency and FloatLength, which results in a FloatSpeed scalar.FloatArea
FloatLength. 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 FloatLength
FloatPositionVector. instantiateScalarRelSI(float valueSI, LengthUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute vector.FloatLength
FloatLengthVector. 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.