Uses of Class
org.djunits.value.vfloat.scalar.FloatSpeed
| 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 FloatSpeed in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatSpeed Modifier and Type Method Description FloatSpeedFloatSpeedMatrix. instantiateScalarSI(float valueSI, SpeedUnit 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 FloatSpeed Modifier and Type Method Description Class<FloatSpeed>FloatSpeedMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FloatSpeed in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatSpeed Modifier and Type Field Description static FloatSpeedFloatSpeed. NaNConstant with value NaN.static FloatSpeedFloatSpeed. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatSpeedFloatSpeed. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatSpeedFloatSpeed. ONEConstant with value one.static FloatSpeedFloatSpeed. POS_MAXVALUEConstant with value MAX_VALUE.static FloatSpeedFloatSpeed. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatSpeedFloatSpeed. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatSpeed Modifier and Type Method Description FloatSpeedFloatSIScalar. asSpeed()Return the current scalar as a speed.FloatSpeedFloatSIScalar. asSpeed(SpeedUnit displayUnit)Return the current scalar as a speed, and provide a display unit.FloatSpeedFloatAcceleration. divide(FloatFrequency v)Calculate the division of FloatAcceleration and FloatFrequency, which results in a FloatSpeed scalar.FloatSpeedFloatEnergy. divide(FloatMomentum v)Calculate the division of FloatEnergy and FloatMomentum, which results in a FloatSpeed scalar.FloatSpeedFloatFlowVolume. divide(FloatArea v)Calculate the division of FloatFlowVolume and FloatArea, which results in a FloatSpeed scalar.FloatSpeedFloatLength. divide(FloatDuration v)Calculate the division of FloatLength and FloatDuration, which results in a FloatSpeed scalar.FloatSpeedFloatMomentum. divide(FloatMass v)Calculate the division of FloatMomentum and FloatMass, which results in a FloatSpeed scalar.FloatSpeedFloatPower. divide(FloatForce v)Calculate the division of FloatPower and FloatForce, which results in a FloatSpeed scalar.FloatSpeedFloatSpeed. instantiateRel(float value, SpeedUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatSpeedFloatSpeed. instantiateSI(float value)Construct FloatSpeed scalar.static FloatSpeedFloatSpeed. interpolate(FloatSpeed zero, FloatSpeed one, float ratio)Interpolate between two values.static FloatSpeedFloatSpeed. max(FloatSpeed r1, FloatSpeed r2)Return the maximum value of two relative scalars.static FloatSpeedFloatSpeed. max(FloatSpeed r1, FloatSpeed r2, FloatSpeed... rn)Return the maximum value of more than two relative scalars.static FloatSpeedFloatSpeed. min(FloatSpeed r1, FloatSpeed r2)Return the minimum value of two relative scalars.static FloatSpeedFloatSpeed. min(FloatSpeed r1, FloatSpeed r2, FloatSpeed... rn)Return the minimum value of more than two relative scalars.static FloatSpeedFloatSpeed. of(float value, String unitString)Returns a FloatSpeed based on a value and the textual representation of the unit.FloatSpeedFloatAcceleration. times(FloatDuration v)Calculate the multiplication of FloatAcceleration and FloatDuration, which results in a FloatSpeed scalar.FloatSpeedFloatDimensionless. times(FloatSpeed v)Calculate the multiplication of FloatDimensionless and FloatSpeed, which results in a FloatSpeed scalar.FloatSpeedFloatDuration. times(FloatAcceleration v)Calculate the multiplication of FloatDuration and FloatAcceleration, which results in a FloatSpeed scalar.FloatSpeedFloatFrequency. times(FloatLength v)Calculate the multiplication of FloatFrequency and FloatLength, which results in a FloatSpeed scalar.FloatSpeedFloatLength. times(FloatFrequency v)Calculate the multiplication of FloatLength and FloatFrequency, which results in a FloatSpeed scalar.static FloatSpeedFloatSpeed. valueOf(String text)Returns a FloatSpeed representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatSpeed Modifier and Type Method Description FloatFrequencyFloatAcceleration. divide(FloatSpeed v)Calculate the division of FloatAcceleration and FloatSpeed, which results in a FloatFrequency scalar.FloatMomentumFloatEnergy. divide(FloatSpeed v)Calculate the division of FloatEnergy and FloatSpeed, which results in a FloatMomentum scalar.FloatAreaFloatFlowVolume. divide(FloatSpeed v)Calculate the division of FloatFlowVolume and FloatSpeed, which results in a FloatArea scalar.FloatDurationFloatLength. divide(FloatSpeed v)Calculate the division of FloatLength and FloatSpeed, which results in a FloatDuration scalar.FloatMassFloatMomentum. divide(FloatSpeed v)Calculate the division of FloatMomentum and FloatSpeed, which results in a FloatMass scalar.FloatForceFloatPower. divide(FloatSpeed v)Calculate the division of FloatPower and FloatSpeed, which results in a FloatForce scalar.FloatDimensionlessFloatSpeed. divide(FloatSpeed v)Calculate the division of FloatSpeed and FloatSpeed, which results in a FloatDimensionless scalar.static FloatSpeedFloatSpeed. interpolate(FloatSpeed zero, FloatSpeed one, float ratio)Interpolate between two values.static FloatSpeedFloatSpeed. max(FloatSpeed r1, FloatSpeed r2)Return the maximum value of two relative scalars.static FloatSpeedFloatSpeed. max(FloatSpeed r1, FloatSpeed r2, FloatSpeed... rn)Return the maximum value of more than two relative scalars.static FloatSpeedFloatSpeed. min(FloatSpeed r1, FloatSpeed r2)Return the minimum value of two relative scalars.static FloatSpeedFloatSpeed. min(FloatSpeed r1, FloatSpeed r2, FloatSpeed... rn)Return the minimum value of more than two relative scalars.FloatFlowVolumeFloatArea. times(FloatSpeed v)Calculate the multiplication of FloatArea and FloatSpeed, which results in a FloatFlowVolume scalar.FloatSpeedFloatDimensionless. times(FloatSpeed v)Calculate the multiplication of FloatDimensionless and FloatSpeed, which results in a FloatSpeed scalar.FloatLengthFloatDuration. times(FloatSpeed v)Calculate the multiplication of FloatDuration and FloatSpeed, which results in a FloatLength scalar.FloatForceFloatFlowMass. times(FloatSpeed v)Calculate the multiplication of FloatFlowMass and FloatSpeed, which results in a FloatForce scalar.FloatPowerFloatForce. times(FloatSpeed v)Calculate the multiplication of FloatForce and FloatSpeed, which results in a FloatPower scalar.FloatAccelerationFloatFrequency. times(FloatSpeed v)Calculate the multiplication of FloatFrequency and FloatSpeed, which results in a FloatAcceleration scalar.FloatFrequencyFloatLinearDensity. times(FloatSpeed v)Calculate the multiplication of FloatLinearDensity and FloatSpeed, which results in a FloatFrequency scalar.FloatMomentumFloatMass. times(FloatSpeed v)Calculate the multiplication of FloatMass and FloatSpeed, which results in a FloatMomentum scalar.FloatEnergyFloatMomentum. times(FloatSpeed v)Calculate the multiplication of FloatMomentum and FloatSpeed, which results in a FloatEnergy scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatSpeed Constructor Description FloatSpeed(FloatSpeed value)Construct FloatSpeed scalar. -
Uses of FloatSpeed in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatSpeed Modifier and Type Method Description FloatSpeedFloatSpeedVector. instantiateScalarSI(float valueSI, SpeedUnit 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 FloatSpeed Modifier and Type Method Description Class<FloatSpeed>FloatSpeedVector. getScalarClass()Return the class of the corresponding scalar.