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.instantiateSi(double siValue, UnitInterface<Torque> displayUnit) static TorqueReturns a Torque based on a value and the textual representation of the unit, which can be localized.static TorqueTorque.of(double valueInUnit, Torque.Unit unit) Returns a Torque based on a value expressed in the unit.static TorqueTorque.ofSi(double si) Return a Torque instance based on an SI value.static TorqueTorque.ofSi(double siValue, Torque.Unit displayUnit) Instantiate a Torque quantity with an SI or base value and a display unit.Torque.Unit.ofSi(double si, UnitInterface<Torque> displayUnit) 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 TypeMethodDescriptionCalculate the division of Torque and Torque, which results in a Dimensionless quantity.Method parameters in org.djunits.quantity with type arguments of type TorqueModifier and TypeMethodDescriptionTorque.instantiateSi(double siValue, UnitInterface<Torque> displayUnit) Torque.Unit.ofSi(double si, UnitInterface<Torque> displayUnit)