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 FloatSpeed
FloatSpeedMatrix. 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 FloatSpeed
FloatSpeed. NaN
Constant with value NaN.static FloatSpeed
FloatSpeed. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FloatSpeed
FloatSpeed. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FloatSpeed
FloatSpeed. ONE
Constant with value one.static FloatSpeed
FloatSpeed. POS_MAXVALUE
Constant with value MAX_VALUE.static FloatSpeed
FloatSpeed. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FloatSpeed
FloatSpeed. ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatSpeed Modifier and Type Method Description FloatSpeed
FloatSIScalar. asSpeed()
Return the current scalar as a speed.FloatSpeed
FloatSIScalar. asSpeed(SpeedUnit displayUnit)
Return the current scalar as a speed, and provide a display unit.FloatSpeed
FloatAcceleration. divide(FloatFrequency v)
Calculate the division of FloatAcceleration and FloatFrequency, which results in a FloatSpeed scalar.FloatSpeed
FloatEnergy. divide(FloatMomentum v)
Calculate the division of FloatEnergy and FloatMomentum, which results in a FloatSpeed scalar.FloatSpeed
FloatFlowVolume. divide(FloatArea v)
Calculate the division of FloatFlowVolume and FloatArea, which results in a FloatSpeed scalar.FloatSpeed
FloatLength. divide(FloatDuration v)
Calculate the division of FloatLength and FloatDuration, which results in a FloatSpeed scalar.FloatSpeed
FloatMomentum. divide(FloatMass v)
Calculate the division of FloatMomentum and FloatMass, which results in a FloatSpeed scalar.FloatSpeed
FloatPower. divide(FloatForce v)
Calculate the division of FloatPower and FloatForce, which results in a FloatSpeed scalar.FloatSpeed
FloatSpeed. instantiateRel(float value, SpeedUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.static FloatSpeed
FloatSpeed. instantiateSI(float value)
Construct FloatSpeed scalar.static FloatSpeed
FloatSpeed. interpolate(FloatSpeed zero, FloatSpeed one, float ratio)
Interpolate between two values.static FloatSpeed
FloatSpeed. max(FloatSpeed r1, FloatSpeed r2)
Return the maximum value of two relative scalars.static FloatSpeed
FloatSpeed. max(FloatSpeed r1, FloatSpeed r2, FloatSpeed... rn)
Return the maximum value of more than two relative scalars.static FloatSpeed
FloatSpeed. min(FloatSpeed r1, FloatSpeed r2)
Return the minimum value of two relative scalars.static FloatSpeed
FloatSpeed. min(FloatSpeed r1, FloatSpeed r2, FloatSpeed... rn)
Return the minimum value of more than two relative scalars.static FloatSpeed
FloatSpeed. of(float value, String unitString)
Returns a FloatSpeed based on a value and the textual representation of the unit.FloatSpeed
FloatAcceleration. times(FloatDuration v)
Calculate the multiplication of FloatAcceleration and FloatDuration, which results in a FloatSpeed scalar.FloatSpeed
FloatDimensionless. times(FloatSpeed v)
Calculate the multiplication of FloatDimensionless and FloatSpeed, which results in a FloatSpeed scalar.FloatSpeed
FloatDuration. times(FloatAcceleration v)
Calculate the multiplication of FloatDuration and FloatAcceleration, which results in a FloatSpeed scalar.FloatSpeed
FloatFrequency. times(FloatLength v)
Calculate the multiplication of FloatFrequency and FloatLength, which results in a FloatSpeed scalar.FloatSpeed
FloatLength. times(FloatFrequency v)
Calculate the multiplication of FloatLength and FloatFrequency, which results in a FloatSpeed scalar.static FloatSpeed
FloatSpeed. 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 FloatFrequency
FloatAcceleration. divide(FloatSpeed v)
Calculate the division of FloatAcceleration and FloatSpeed, which results in a FloatFrequency scalar.FloatMomentum
FloatEnergy. divide(FloatSpeed v)
Calculate the division of FloatEnergy and FloatSpeed, which results in a FloatMomentum scalar.FloatArea
FloatFlowVolume. divide(FloatSpeed v)
Calculate the division of FloatFlowVolume and FloatSpeed, which results in a FloatArea scalar.FloatDuration
FloatLength. divide(FloatSpeed v)
Calculate the division of FloatLength and FloatSpeed, which results in a FloatDuration scalar.FloatMass
FloatMomentum. divide(FloatSpeed v)
Calculate the division of FloatMomentum and FloatSpeed, which results in a FloatMass scalar.FloatForce
FloatPower. divide(FloatSpeed v)
Calculate the division of FloatPower and FloatSpeed, which results in a FloatForce scalar.FloatDimensionless
FloatSpeed. divide(FloatSpeed v)
Calculate the division of FloatSpeed and FloatSpeed, which results in a FloatDimensionless scalar.static FloatSpeed
FloatSpeed. interpolate(FloatSpeed zero, FloatSpeed one, float ratio)
Interpolate between two values.static FloatSpeed
FloatSpeed. max(FloatSpeed r1, FloatSpeed r2)
Return the maximum value of two relative scalars.static FloatSpeed
FloatSpeed. max(FloatSpeed r1, FloatSpeed r2, FloatSpeed... rn)
Return the maximum value of more than two relative scalars.static FloatSpeed
FloatSpeed. min(FloatSpeed r1, FloatSpeed r2)
Return the minimum value of two relative scalars.static FloatSpeed
FloatSpeed. min(FloatSpeed r1, FloatSpeed r2, FloatSpeed... rn)
Return the minimum value of more than two relative scalars.FloatFlowVolume
FloatArea. times(FloatSpeed v)
Calculate the multiplication of FloatArea and FloatSpeed, which results in a FloatFlowVolume scalar.FloatSpeed
FloatDimensionless. times(FloatSpeed v)
Calculate the multiplication of FloatDimensionless and FloatSpeed, which results in a FloatSpeed scalar.FloatLength
FloatDuration. times(FloatSpeed v)
Calculate the multiplication of FloatDuration and FloatSpeed, which results in a FloatLength scalar.FloatForce
FloatFlowMass. times(FloatSpeed v)
Calculate the multiplication of FloatFlowMass and FloatSpeed, which results in a FloatForce scalar.FloatPower
FloatForce. times(FloatSpeed v)
Calculate the multiplication of FloatForce and FloatSpeed, which results in a FloatPower scalar.FloatAcceleration
FloatFrequency. times(FloatSpeed v)
Calculate the multiplication of FloatFrequency and FloatSpeed, which results in a FloatAcceleration scalar.FloatFrequency
FloatLinearDensity. times(FloatSpeed v)
Calculate the multiplication of FloatLinearDensity and FloatSpeed, which results in a FloatFrequency scalar.FloatMomentum
FloatMass. times(FloatSpeed v)
Calculate the multiplication of FloatMass and FloatSpeed, which results in a FloatMomentum scalar.FloatEnergy
FloatMomentum. 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 FloatSpeed
FloatSpeedVector. 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.