Uses of Class
org.djunits.value.vdouble.scalar.Torque
-
Packages that use Torque Package Description org.djunits.value.vdouble.matrix Double Matrix storage and calculations with units, absolute/relative, sparse/dense.org.djunits.value.vdouble.scalar Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.org.djunits.value.vdouble.vector Double Vector storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of Torque in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Torque Modifier and Type Method Description Torque
TorqueMatrix. instantiateScalarSI(double valueSI, TorqueUnit displayUnit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Torque Modifier and Type Method Description Class<Torque>
TorqueMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Torque in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Torque Modifier and Type Field Description static Torque
Torque. NaN
Constant with value NaN.static Torque
Torque. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Torque
Torque. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Torque
Torque. ONE
Constant with value one.static Torque
Torque. POS_MAXVALUE
Constant with value MAX_VALUE.static Torque
Torque. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Torque
Torque. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Torque Modifier and Type Method Description Torque
SIScalar. asTorque()
Return the current scalar as a torque.Torque
SIScalar. asTorque(TorqueUnit displayUnit)
Return the current scalar as a torque, and provide a display unit.Torque
Torque. instantiateRel(double value, TorqueUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Torque
Torque. instantiateSI(double value)
Construct Torque scalar.static Torque
Torque. interpolate(Torque zero, Torque one, double ratio)
Interpolate between two values.static Torque
Torque. max(Torque r1, Torque r2)
Return the maximum value of two relative scalars.static Torque
Torque. max(Torque r1, Torque r2, Torque... rn)
Return the maximum value of more than two relative scalars.static Torque
Torque. min(Torque r1, Torque r2)
Return the minimum value of two relative scalars.static Torque
Torque. min(Torque r1, Torque r2, Torque... rn)
Return the minimum value of more than two relative scalars.static Torque
Torque. of(double value, String unitString)
Returns a Torque based on a value and the textual representation of the unit.Torque
Dimensionless. times(Torque v)
Calculate the multiplication of Dimensionless and Torque, which results in a Torque scalar.static Torque
Torque. valueOf(String text)
Returns a Torque representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Torque Modifier and Type Method Description Dimensionless
Torque. divide(Torque v)
Calculate the division of Torque and Torque, which results in a Dimensionless scalar.static Torque
Torque. interpolate(Torque zero, Torque one, double ratio)
Interpolate between two values.static Torque
Torque. max(Torque r1, Torque r2)
Return the maximum value of two relative scalars.static Torque
Torque. max(Torque r1, Torque r2, Torque... rn)
Return the maximum value of more than two relative scalars.static Torque
Torque. min(Torque r1, Torque r2)
Return the minimum value of two relative scalars.static Torque
Torque. min(Torque r1, Torque r2, Torque... rn)
Return the minimum value of more than two relative scalars.Torque
Dimensionless. times(Torque v)
Calculate the multiplication of Dimensionless and Torque, which results in a Torque scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Torque Constructor Description Torque(Torque value)
Construct Torque scalar. -
Uses of Torque in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Torque Modifier and Type Method Description Torque
TorqueVector. instantiateScalarSI(double valueSI, TorqueUnit displayUnit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Torque Modifier and Type Method Description Class<Torque>
TorqueVector. getScalarClass()
Return the class of the corresponding scalar.
-