Uses of Class
org.djunits.value.vdouble.scalar.Torque
Packages that use 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
Methods in org.djunits.value.vdouble.matrix that return TorqueModifier and TypeMethodDescriptionTorqueMatrix.instantiateScalarSI(double valueSI, TorqueUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type TorqueConstructors in org.djunits.value.vdouble.matrix with parameters of type TorqueModifierConstructorDescriptionTorqueMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type TorqueModifierConstructorDescriptionTorqueMatrix(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
Fields in org.djunits.value.vdouble.scalar 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.value.vdouble.scalar that return TorqueModifier and TypeMethodDescriptionfinal TorqueSIScalar.asTorque()Return the current scalar as a torque.final TorqueSIScalar.asTorque(TorqueUnit displayUnit) Return the current scalar as a torque, and provide a display unit.static TorqueTorque.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Torque.final TorqueTorque.instantiateRel(double value, TorqueUnit unit) static TorqueTorque.interpolate(Torque zero, Torque one, double ratio) Interpolate between two values.static TorqueReturn the maximum value of two relative scalars.static TorqueReturn the maximum value of more than two relative scalars.static TorqueReturn the minimum value of two relative scalars.static TorqueReturn the minimum value of more than two relative scalars.static TorqueTorque.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Torque.static TorqueReturns a Torque based on a value and the textual representation of the unit, which can be localized.static final TorqueTorque.ofSI(double value) Construct Torque scalar based on an SI value.final TorqueCalculate the multiplication of Dimensionless and Torque, which results in a Torque scalar.static TorqueReturns a Torque representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type TorqueModifier and TypeMethodDescriptionfinal DimensionlessCalculate 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 TorqueReturn the maximum value of two relative scalars.static TorqueReturn the maximum value of more than two relative scalars.static TorqueReturn the minimum value of two relative scalars.static TorqueReturn the minimum value of more than two relative scalars.final TorqueCalculate the multiplication of Dimensionless and Torque, which results in a Torque scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Torque -
Uses of Torque in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return TorqueModifier and TypeMethodDescriptionTorqueVector.instantiateScalarSI(double valueSI, TorqueUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type TorqueConstructors in org.djunits.value.vdouble.vector with parameters of type TorqueModifierConstructorDescriptionTorqueVector(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.