Uses of Class
org.djunits.value.vdouble.scalar.Temperature
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 Temperature in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionAbsoluteTemperatureMatrix.instantiateScalarRelSI
(double valueSI, TemperatureUnit displayUnit) TemperatureMatrix.instantiateScalarSI
(double valueSI, TemperatureUnit displayUnit) ModifierConstructorDescriptionTemperatureMatrix
(Temperature[][] data) Construct a TemperatureMatrix from an array of an array of Temperature objects.TemperatureMatrix
(Temperature[][] data, TemperatureUnit displayUnit) Construct a TemperatureMatrix from an array of an array of Temperature objects.TemperatureMatrix
(Temperature[][] data, TemperatureUnit displayUnit, StorageType storageType) Construct a TemperatureMatrix from an array of an array of Temperature objects.TemperatureMatrix
(Temperature[][] data, StorageType storageType) Construct a TemperatureMatrix from an array of an array of Temperature objects.ModifierConstructorDescriptionTemperatureMatrix
(Collection<DoubleSparseValue<TemperatureUnit, Temperature>> data, int rows, int cols) Construct a TemperatureMatrix from a (sparse) collection of DoubleSparseValue objects.TemperatureMatrix
(Collection<DoubleSparseValue<TemperatureUnit, Temperature>> data, int rows, int cols, StorageType storageType) Construct a TemperatureMatrix from a (sparse) collection of DoubleSparseValue objects.TemperatureMatrix
(Collection<DoubleSparseValue<TemperatureUnit, Temperature>> data, TemperatureUnit displayUnit, int rows, int cols) Construct a TemperatureMatrix from a (sparse) collection of DoubleSparseValue objects.TemperatureMatrix
(Collection<DoubleSparseValue<TemperatureUnit, Temperature>> data, TemperatureUnit displayUnit, int rows, int cols, StorageType storageType) Construct a TemperatureMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Temperature in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final Temperature
Temperature.NaN
Constant with value NaN.static final Temperature
Temperature.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final Temperature
Temperature.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final Temperature
Temperature.ONE
Constant with value one.static final Temperature
Temperature.POS_MAXVALUE
Constant with value MAX_VALUE.static final Temperature
Temperature.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final Temperature
Temperature.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal Temperature
SIScalar.asTemperature()
Return the current scalar as a temperature.final Temperature
SIScalar.asTemperature
(TemperatureUnit displayUnit) Return the current scalar as a temperature, and provide a display unit.final Temperature
AbsoluteTemperature.instantiateRel
(double value, TemperatureUnit unit) final Temperature
Temperature.instantiateRel
(double value, TemperatureUnit unit) static final Temperature
Temperature.instantiateSI
(double value) Construct Temperature scalar.static Temperature
Temperature.interpolate
(Temperature zero, Temperature one, double ratio) Interpolate between two values.static Temperature
Temperature.max
(Temperature r1, Temperature r2) Return the maximum value of two relative scalars.static Temperature
Temperature.max
(Temperature r1, Temperature r2, Temperature... rn) Return the maximum value of more than two relative scalars.static Temperature
Temperature.min
(Temperature r1, Temperature r2) Return the minimum value of two relative scalars.static Temperature
Temperature.min
(Temperature r1, Temperature r2, Temperature... rn) Return the minimum value of more than two relative scalars.static Temperature
Returns a Temperature based on a value and the textual representation of the unit, which can be localized.final Temperature
Dimensionless.times
(Temperature v) Calculate the multiplication of Dimensionless and Temperature, which results in a Temperature scalar.static Temperature
Returns a Temperature representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Dimensionless
Temperature.divide
(Temperature v) Calculate the division of Temperature and Temperature, which results in a Dimensionless scalar.static Temperature
Temperature.interpolate
(Temperature zero, Temperature one, double ratio) Interpolate between two values.static Temperature
Temperature.max
(Temperature r1, Temperature r2) Return the maximum value of two relative scalars.static Temperature
Temperature.max
(Temperature r1, Temperature r2, Temperature... rn) Return the maximum value of more than two relative scalars.static Temperature
Temperature.min
(Temperature r1, Temperature r2) Return the minimum value of two relative scalars.static Temperature
Temperature.min
(Temperature r1, Temperature r2, Temperature... rn) Return the minimum value of more than two relative scalars.final Temperature
Dimensionless.times
(Temperature v) Calculate the multiplication of Dimensionless and Temperature, which results in a Temperature scalar. -
Uses of Temperature in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionAbsoluteTemperatureVector.instantiateScalarRelSI
(double valueSI, TemperatureUnit displayUnit) TemperatureVector.instantiateScalarSI
(double valueSI, TemperatureUnit displayUnit) ModifierConstructorDescriptionTemperatureVector
(Temperature[] data) Construct an TemperatureVector from an array of Temperature objects.TemperatureVector
(Temperature[] data, TemperatureUnit displayUnit) Construct an TemperatureVector from an array of Temperature objects.TemperatureVector
(Temperature[] data, TemperatureUnit displayUnit, StorageType storageType) Construct an TemperatureVector from an array of Temperature objects.TemperatureVector
(Temperature[] data, StorageType storageType) Construct an TemperatureVector from an array of Temperature objects.