Uses of Class
org.djunits.value.vdouble.scalar.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 TorqueTorqueMatrix. 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 TorqueTorque. NaNConstant with value NaN.static TorqueTorque. NEG_MAXVALUEConstant with value -MAX_VALUE.static TorqueTorque. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static TorqueTorque. ONEConstant with value one.static TorqueTorque. POS_MAXVALUEConstant with value MAX_VALUE.static TorqueTorque. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static TorqueTorque. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Torque Modifier and Type Method Description TorqueSIScalar. asTorque()Return the current scalar as a torque.TorqueSIScalar. asTorque(TorqueUnit displayUnit)Return the current scalar as a torque, and provide a display unit.TorqueTorque. instantiateRel(double value, TorqueUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static TorqueTorque. instantiateSI(double value)Construct Torque scalar.static TorqueTorque. interpolate(Torque zero, Torque one, double ratio)Interpolate between two values.static TorqueTorque. max(Torque r1, Torque r2)Return the maximum value of two relative scalars.static TorqueTorque. max(Torque r1, Torque r2, Torque... rn)Return the maximum value of more than two relative scalars.static TorqueTorque. min(Torque r1, Torque r2)Return the minimum value of two relative scalars.static TorqueTorque. min(Torque r1, Torque r2, Torque... rn)Return the minimum value of more than two relative scalars.static TorqueTorque. of(double value, String unitString)Returns a Torque based on a value and the textual representation of the unit.TorqueDimensionless. times(Torque v)Calculate the multiplication of Dimensionless and Torque, which results in a Torque scalar.static TorqueTorque. 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 DimensionlessTorque. divide(Torque v)Calculate the division of Torque and Torque, which results in a Dimensionless scalar.static TorqueTorque. interpolate(Torque zero, Torque one, double ratio)Interpolate between two values.static TorqueTorque. max(Torque r1, Torque r2)Return the maximum value of two relative scalars.static TorqueTorque. max(Torque r1, Torque r2, Torque... rn)Return the maximum value of more than two relative scalars.static TorqueTorque. min(Torque r1, Torque r2)Return the minimum value of two relative scalars.static TorqueTorque. min(Torque r1, Torque r2, Torque... rn)Return the minimum value of more than two relative scalars.TorqueDimensionless. 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 TorqueTorqueVector. 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.