Uses of Class
org.djunits.value.vfloat.scalar.FloatTemperature
Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatTemperature in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatTemperature Modifier and Type Method Description FloatTemperature
FloatAbsoluteTemperatureMatrix. instantiateScalarRelSI(float valueSI, TemperatureUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute matrix.FloatTemperature
FloatTemperatureMatrix. instantiateScalarSI(float valueSI, TemperatureUnit displayUnit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatTemperature Modifier and Type Method Description Class<FloatTemperature>
FloatTemperatureMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of FloatTemperature in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatTemperature Modifier and Type Field Description static FloatTemperature
FloatTemperature. NaN
Constant with value NaN.static FloatTemperature
FloatTemperature. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FloatTemperature
FloatTemperature. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FloatTemperature
FloatTemperature. ONE
Constant with value one.static FloatTemperature
FloatTemperature. POS_MAXVALUE
Constant with value MAX_VALUE.static FloatTemperature
FloatTemperature. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FloatTemperature
FloatTemperature. ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatTemperature Modifier and Type Method Description FloatTemperature
FloatSIScalar. asTemperature()
Return the current scalar as a temperature.FloatTemperature
FloatSIScalar. asTemperature(TemperatureUnit displayUnit)
Return the current scalar as a temperature, and provide a display unit.FloatTemperature
FloatAbsoluteTemperature. instantiateRel(float value, TemperatureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.FloatTemperature
FloatTemperature. instantiateRel(float value, TemperatureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.static FloatTemperature
FloatTemperature. instantiateSI(float value)
Construct FloatTemperature scalar.static FloatTemperature
FloatTemperature. interpolate(FloatTemperature zero, FloatTemperature one, float ratio)
Interpolate between two values.static FloatTemperature
FloatTemperature. max(FloatTemperature r1, FloatTemperature r2)
Return the maximum value of two relative scalars.static FloatTemperature
FloatTemperature. max(FloatTemperature r1, FloatTemperature r2, FloatTemperature... rn)
Return the maximum value of more than two relative scalars.static FloatTemperature
FloatTemperature. min(FloatTemperature r1, FloatTemperature r2)
Return the minimum value of two relative scalars.static FloatTemperature
FloatTemperature. min(FloatTemperature r1, FloatTemperature r2, FloatTemperature... rn)
Return the minimum value of more than two relative scalars.static FloatTemperature
FloatTemperature. of(float value, String unitString)
Returns a FloatTemperature based on a value and the textual representation of the unit.FloatTemperature
FloatDimensionless. times(FloatTemperature v)
Calculate the multiplication of FloatDimensionless and FloatTemperature, which results in a FloatTemperature scalar.static FloatTemperature
FloatTemperature. valueOf(String text)
Returns a FloatTemperature representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatTemperature Modifier and Type Method Description FloatDimensionless
FloatTemperature. divide(FloatTemperature v)
Calculate the division of FloatTemperature and FloatTemperature, which results in a FloatDimensionless scalar.static FloatTemperature
FloatTemperature. interpolate(FloatTemperature zero, FloatTemperature one, float ratio)
Interpolate between two values.static FloatTemperature
FloatTemperature. max(FloatTemperature r1, FloatTemperature r2)
Return the maximum value of two relative scalars.static FloatTemperature
FloatTemperature. max(FloatTemperature r1, FloatTemperature r2, FloatTemperature... rn)
Return the maximum value of more than two relative scalars.static FloatTemperature
FloatTemperature. min(FloatTemperature r1, FloatTemperature r2)
Return the minimum value of two relative scalars.static FloatTemperature
FloatTemperature. min(FloatTemperature r1, FloatTemperature r2, FloatTemperature... rn)
Return the minimum value of more than two relative scalars.FloatTemperature
FloatDimensionless. times(FloatTemperature v)
Calculate the multiplication of FloatDimensionless and FloatTemperature, which results in a FloatTemperature scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatTemperature Constructor Description FloatTemperature(FloatTemperature value)
Construct FloatTemperature scalar. -
Uses of FloatTemperature in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatTemperature Modifier and Type Method Description FloatTemperature
FloatAbsoluteTemperatureVector. instantiateScalarRelSI(float valueSI, TemperatureUnit displayUnit)
Instantiate a new relative scalar for the class of this absolute vector.FloatTemperature
FloatTemperatureVector. instantiateScalarSI(float valueSI, TemperatureUnit displayUnit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatTemperature Modifier and Type Method Description Class<FloatTemperature>
FloatTemperatureVector. getScalarClass()
Return the class of the corresponding scalar.