Uses of Class
org.djunits.value.vfloat.scalar.FloatTorque
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 FloatTorque in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatTorque Modifier and Type Method Description FloatTorque
FloatTorqueMatrix. instantiateScalarSI(float valueSI, TorqueUnit 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 FloatTorque Modifier and Type Method Description Class<FloatTorque>
FloatTorqueMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of FloatTorque in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatTorque Modifier and Type Field Description static FloatTorque
FloatTorque. NaN
Constant with value NaN.static FloatTorque
FloatTorque. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FloatTorque
FloatTorque. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FloatTorque
FloatTorque. ONE
Constant with value one.static FloatTorque
FloatTorque. POS_MAXVALUE
Constant with value MAX_VALUE.static FloatTorque
FloatTorque. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FloatTorque
FloatTorque. ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatTorque Modifier and Type Method Description FloatTorque
FloatSIScalar. asTorque()
Return the current scalar as a torque.FloatTorque
FloatSIScalar. asTorque(TorqueUnit displayUnit)
Return the current scalar as a torque, and provide a display unit.FloatTorque
FloatTorque. instantiateRel(float value, TorqueUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.static FloatTorque
FloatTorque. instantiateSI(float value)
Construct FloatTorque scalar.static FloatTorque
FloatTorque. interpolate(FloatTorque zero, FloatTorque one, float ratio)
Interpolate between two values.static FloatTorque
FloatTorque. max(FloatTorque r1, FloatTorque r2)
Return the maximum value of two relative scalars.static FloatTorque
FloatTorque. max(FloatTorque r1, FloatTorque r2, FloatTorque... rn)
Return the maximum value of more than two relative scalars.static FloatTorque
FloatTorque. min(FloatTorque r1, FloatTorque r2)
Return the minimum value of two relative scalars.static FloatTorque
FloatTorque. min(FloatTorque r1, FloatTorque r2, FloatTorque... rn)
Return the minimum value of more than two relative scalars.static FloatTorque
FloatTorque. of(float value, String unitString)
Returns a FloatTorque based on a value and the textual representation of the unit.FloatTorque
FloatDimensionless. times(FloatTorque v)
Calculate the multiplication of FloatDimensionless and FloatTorque, which results in a FloatTorque scalar.static FloatTorque
FloatTorque. valueOf(String text)
Returns a FloatTorque representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatTorque Modifier and Type Method Description FloatDimensionless
FloatTorque. divide(FloatTorque v)
Calculate the division of FloatTorque and FloatTorque, which results in a FloatDimensionless scalar.static FloatTorque
FloatTorque. interpolate(FloatTorque zero, FloatTorque one, float ratio)
Interpolate between two values.static FloatTorque
FloatTorque. max(FloatTorque r1, FloatTorque r2)
Return the maximum value of two relative scalars.static FloatTorque
FloatTorque. max(FloatTorque r1, FloatTorque r2, FloatTorque... rn)
Return the maximum value of more than two relative scalars.static FloatTorque
FloatTorque. min(FloatTorque r1, FloatTorque r2)
Return the minimum value of two relative scalars.static FloatTorque
FloatTorque. min(FloatTorque r1, FloatTorque r2, FloatTorque... rn)
Return the minimum value of more than two relative scalars.FloatTorque
FloatDimensionless. times(FloatTorque v)
Calculate the multiplication of FloatDimensionless and FloatTorque, which results in a FloatTorque scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatTorque Constructor Description FloatTorque(FloatTorque value)
Construct FloatTorque scalar. -
Uses of FloatTorque in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatTorque Modifier and Type Method Description FloatTorque
FloatTorqueVector. instantiateScalarSI(float valueSI, TorqueUnit 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 FloatTorque Modifier and Type Method Description Class<FloatTorque>
FloatTorqueVector. getScalarClass()
Return the class of the corresponding scalar.