Uses of Class
org.djunits.value.vdouble.scalar.Temperature
Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of Temperature in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Temperature Modifier and Type Method Description Temperature
AbsoluteTemperatureMatrix. instantiateScalarRelSI(double valueSI, TemperatureUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute matrix.Temperature
TemperatureMatrix. instantiateScalarSI(double valueSI, TemperatureUnit displayUnit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Temperature Modifier and Type Method Description Class<Temperature>
TemperatureMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Temperature in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Temperature Modifier and Type Field Description static Temperature
Temperature. NaN
Constant with value NaN.static Temperature
Temperature. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Temperature
Temperature. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Temperature
Temperature. ONE
Constant with value one.static Temperature
Temperature. POS_MAXVALUE
Constant with value MAX_VALUE.static Temperature
Temperature. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Temperature
Temperature. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Temperature Modifier and Type Method Description Temperature
SIScalar. asTemperature()
Return the current scalar as a temperature.Temperature
SIScalar. asTemperature(TemperatureUnit displayUnit)
Return the current scalar as a temperature, and provide a display unit.Temperature
AbsoluteTemperature. instantiateRel(double value, TemperatureUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Temperature
Temperature. instantiateRel(double value, TemperatureUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static 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
Temperature. of(double value, String unitString)
Returns a Temperature based on a value and the textual representation of the unit.Temperature
Dimensionless. times(Temperature v)
Calculate the multiplication of Dimensionless and Temperature, which results in a Temperature scalar.static Temperature
Temperature. valueOf(String text)
Returns a Temperature representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Temperature Modifier and Type Method Description 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.Temperature
Dimensionless. times(Temperature v)
Calculate the multiplication of Dimensionless and Temperature, which results in a Temperature scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Temperature Constructor Description Temperature(Temperature value)
Construct Temperature scalar. -
Uses of Temperature in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Temperature Modifier and Type Method Description Temperature
AbsoluteTemperatureVector. instantiateScalarRelSI(double valueSI, TemperatureUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute vector.Temperature
TemperatureVector. instantiateScalarSI(double valueSI, TemperatureUnit displayUnit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Temperature Modifier and Type Method Description Class<Temperature>
TemperatureVector. getScalarClass()
Return the class of the corresponding scalar.