Uses of Class
org.djunits.quantity.Torque
Packages that use Torque
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Torque in org.djunits.quantity
Fields in org.djunits.quantity declared as TorqueModifier and TypeFieldDescriptionstatic final TorqueTorque.NaNConstant with value NaN.static final TorqueTorque.NEG_MAXVALUEConstant with value -MAX_VALUE.static final TorqueTorque.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final TorqueTorque.ONEConstant with value one.static final TorqueTorque.POS_MAXVALUEConstant with value MAX_VALUE.static final TorqueTorque.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final TorqueTorque.ZEROConstant with value zero.Methods in org.djunits.quantity that return TorqueModifier and TypeMethodDescriptionTorque.instantiate(double si) static TorqueReturns a Torque based on a value and the textual representation of the unit, which can be localized.static TorqueTorque.ofSi(double si) Return a Torque instance based on an SI value.Torque.Unit.ofSi(double si) static TorqueReturns a Torque representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type TorqueModifier and TypeMethodDescriptionfinal DimensionlessCalculate the division of Torque and Torque, which results in a Dimensionless quantity.Constructors in org.djunits.quantity with parameters of type Torque