Uses of Class
org.djunits.value.vdouble.scalar.Torque
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of Torque in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionTorqueMatrix.instantiateScalarSI
(double valueSI, TorqueUnit displayUnit) ModifierConstructorDescriptionTorqueMatrix
(Torque[][] data) Construct a TorqueMatrix from an array of an array of Torque objects.TorqueMatrix
(Torque[][] data, TorqueUnit displayUnit) Construct a TorqueMatrix from an array of an array of Torque objects.TorqueMatrix
(Torque[][] data, TorqueUnit displayUnit, StorageType storageType) Construct a TorqueMatrix from an array of an array of Torque objects.TorqueMatrix
(Torque[][] data, StorageType storageType) Construct a TorqueMatrix from an array of an array of Torque objects.ModifierConstructorDescriptionTorqueMatrix
(Collection<DoubleSparseValue<TorqueUnit, Torque>> data, int rows, int cols) Construct a TorqueMatrix from a (sparse) collection of DoubleSparseValue objects.TorqueMatrix
(Collection<DoubleSparseValue<TorqueUnit, Torque>> data, int rows, int cols, StorageType storageType) Construct a TorqueMatrix from a (sparse) collection of DoubleSparseValue objects.TorqueMatrix
(Collection<DoubleSparseValue<TorqueUnit, Torque>> data, TorqueUnit displayUnit, int rows, int cols) Construct a TorqueMatrix from a (sparse) collection of DoubleSparseValue objects.TorqueMatrix
(Collection<DoubleSparseValue<TorqueUnit, Torque>> data, TorqueUnit displayUnit, int rows, int cols, StorageType storageType) Construct a TorqueMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Torque in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final Torque
Torque.NaN
Constant with value NaN.static final Torque
Torque.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final Torque
Torque.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final Torque
Torque.ONE
Constant with value one.static final Torque
Torque.POS_MAXVALUE
Constant with value MAX_VALUE.static final Torque
Torque.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final Torque
Torque.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal Torque
SIScalar.asTorque()
Return the current scalar as a torque.final Torque
SIScalar.asTorque
(TorqueUnit displayUnit) Return the current scalar as a torque, and provide a display unit.final Torque
Torque.instantiateRel
(double value, TorqueUnit unit) static final Torque
Torque.instantiateSI
(double value) Construct Torque scalar.static Torque
Torque.interpolate
(Torque zero, Torque one, double ratio) Interpolate between two values.static Torque
Return the maximum value of two relative scalars.static Torque
Return the maximum value of more than two relative scalars.static Torque
Return the minimum value of two relative scalars.static Torque
Return the minimum value of more than two relative scalars.static Torque
Returns a Torque based on a value and the textual representation of the unit, which can be localized.final Torque
Calculate the multiplication of Dimensionless and Torque, which results in a Torque scalar.static Torque
Returns a Torque representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Dimensionless
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
Return the maximum value of two relative scalars.static Torque
Return the maximum value of more than two relative scalars.static Torque
Return the minimum value of two relative scalars.static Torque
Return the minimum value of more than two relative scalars.final Torque
Calculate the multiplication of Dimensionless and Torque, which results in a Torque scalar. -
Uses of Torque in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionTorqueVector.instantiateScalarSI
(double valueSI, TorqueUnit displayUnit) ModifierConstructorDescriptionTorqueVector
(Torque[] data) Construct an TorqueVector from an array of Torque objects.TorqueVector
(Torque[] data, TorqueUnit displayUnit) Construct an TorqueVector from an array of Torque objects.TorqueVector
(Torque[] data, TorqueUnit displayUnit, StorageType storageType) Construct an TorqueVector from an array of Torque objects.TorqueVector
(Torque[] data, StorageType storageType) Construct an TorqueVector from an array of Torque objects.