Uses of Class
org.djunits.quantity.Torque.Unit
Packages that use Torque.Unit
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Torque.Unit in org.djunits.quantity
Fields in org.djunits.quantity declared as Torque.UnitModifier and TypeFieldDescriptionstatic final Torque.UnitTorque.Unit.lbf_ftPound foot.static final Torque.UnitTorque.Unit.lbf_inPound inch.static final Torque.UnitTorque.Unit.m_kgfmeter kilogram-force.static final Torque.UnitTorque.Unit.NmNewton meter.static final Torque.UnitTorque.Unit.SIThe SI or BASE unit.Methods in org.djunits.quantity that return Torque.UnitModifier and TypeMethodDescriptionTorque.Unit.deriveUnit(String abbreviation, String name, double scaleFactor, UnitSystem unitSystem) Torque.Unit.deriveUnit(String textualAbbreviation, String displayAbbreviation, String name, double scaleFactor, UnitSystem unitSystem, SIPrefix siPrefix) Torque.Unit.getBaseUnit()Torque.getDisplayUnit()Methods in org.djunits.quantity with parameters of type Torque.UnitModifier and TypeMethodDescriptionstatic TorqueTorque.of(double valueInUnit, Torque.Unit unit) Returns a Torque based on a value expressed in the unit.static TorqueTorque.ofSi(double siValue, Torque.Unit displayUnit) Instantiate a Torque quantity with an SI or base value and a display unit.Constructors in org.djunits.quantity with parameters of type Torque.UnitModifierConstructorDescriptionTorque(double valueInUnit, Torque.Unit unit) Instantiate a Torque quantity expressed in the given unit.Torque(double value, Torque.Unit displayUnit, boolean useSi) Instantiate a Torque quantity with an SI or base value and a display unit.