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 TemperatureAbsoluteTemperatureMatrix. instantiateScalarRelSI(double valueSI, TemperatureUnit displayUnit)Instantiate a new relative scalar for the class of this absolute matrix.TemperatureTemperatureMatrix. 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 TemperatureTemperature. NaNConstant with value NaN.static TemperatureTemperature. NEG_MAXVALUEConstant with value -MAX_VALUE.static TemperatureTemperature. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static TemperatureTemperature. ONEConstant with value one.static TemperatureTemperature. POS_MAXVALUEConstant with value MAX_VALUE.static TemperatureTemperature. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static TemperatureTemperature. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Temperature Modifier and Type Method Description TemperatureSIScalar. asTemperature()Return the current scalar as a temperature.TemperatureSIScalar. asTemperature(TemperatureUnit displayUnit)Return the current scalar as a temperature, and provide a display unit.TemperatureAbsoluteTemperature. instantiateRel(double value, TemperatureUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.TemperatureTemperature. instantiateRel(double value, TemperatureUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static TemperatureTemperature. instantiateSI(double value)Construct Temperature scalar.static TemperatureTemperature. interpolate(Temperature zero, Temperature one, double ratio)Interpolate between two values.static TemperatureTemperature. max(Temperature r1, Temperature r2)Return the maximum value of two relative scalars.static TemperatureTemperature. max(Temperature r1, Temperature r2, Temperature... rn)Return the maximum value of more than two relative scalars.static TemperatureTemperature. min(Temperature r1, Temperature r2)Return the minimum value of two relative scalars.static TemperatureTemperature. min(Temperature r1, Temperature r2, Temperature... rn)Return the minimum value of more than two relative scalars.static TemperatureTemperature. of(double value, String unitString)Returns a Temperature based on a value and the textual representation of the unit.TemperatureDimensionless. times(Temperature v)Calculate the multiplication of Dimensionless and Temperature, which results in a Temperature scalar.static TemperatureTemperature. 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 DimensionlessTemperature. divide(Temperature v)Calculate the division of Temperature and Temperature, which results in a Dimensionless scalar.static TemperatureTemperature. interpolate(Temperature zero, Temperature one, double ratio)Interpolate between two values.static TemperatureTemperature. max(Temperature r1, Temperature r2)Return the maximum value of two relative scalars.static TemperatureTemperature. max(Temperature r1, Temperature r2, Temperature... rn)Return the maximum value of more than two relative scalars.static TemperatureTemperature. min(Temperature r1, Temperature r2)Return the minimum value of two relative scalars.static TemperatureTemperature. min(Temperature r1, Temperature r2, Temperature... rn)Return the minimum value of more than two relative scalars.TemperatureDimensionless. 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 TemperatureAbsoluteTemperatureVector. instantiateScalarRelSI(double valueSI, TemperatureUnit displayUnit)Instantiate a new relative scalar for the class of this absolute vector.TemperatureTemperatureVector. 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.