Uses of Class
org.djunits.value.vfloat.scalar.FloatTime
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 FloatTime in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatTime Modifier and Type Method Description FloatTime
FloatDurationMatrix. instantiateScalarAbsSI(float valueSI, TimeUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative matrix.FloatTime
FloatTimeMatrix. instantiateScalarSI(float valueSI, TimeUnit 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 FloatTime Modifier and Type Method Description Class<FloatTime>
FloatTimeMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of FloatTime in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatTime Modifier and Type Field Description static FloatTime
FloatTime. ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatTime Modifier and Type Method Description FloatTime
FloatDuration. instantiateAbs(float value, TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.FloatTime
FloatTime. instantiateAbs(float value, TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.static FloatTime
FloatTime. instantiateSI(float value)
Construct FloatTime scalar.static FloatTime
FloatTime. interpolate(FloatTime zero, FloatTime one, float ratio)
Interpolate between two values.static FloatTime
FloatTime. max(FloatTime a1, FloatTime a2)
Return the maximum value of two absolute scalars.static FloatTime
FloatTime. max(FloatTime a1, FloatTime a2, FloatTime... an)
Return the maximum value of more than two absolute scalars.static FloatTime
FloatTime. min(FloatTime a1, FloatTime a2)
Return the minimum value of two absolute scalars.static FloatTime
FloatTime. min(FloatTime a1, FloatTime a2, FloatTime... an)
Return the minimum value of more than two absolute scalars.static FloatTime
FloatTime. of(float value, String unitString)
Returns a FloatTime based on a value and the textual representation of the unit.static FloatTime
FloatTime. valueOf(String text)
Returns a FloatTime representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatTime Modifier and Type Method Description static FloatTime
FloatTime. interpolate(FloatTime zero, FloatTime one, float ratio)
Interpolate between two values.static FloatTime
FloatTime. max(FloatTime a1, FloatTime a2)
Return the maximum value of two absolute scalars.static FloatTime
FloatTime. max(FloatTime a1, FloatTime a2, FloatTime... an)
Return the maximum value of more than two absolute scalars.static FloatTime
FloatTime. min(FloatTime a1, FloatTime a2)
Return the minimum value of two absolute scalars.static FloatTime
FloatTime. min(FloatTime a1, FloatTime a2, FloatTime... an)
Return the minimum value of more than two absolute scalars.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatTime Constructor Description FloatTime(FloatTime value)
Construct FloatTime scalar. -
Uses of FloatTime in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatTime Modifier and Type Method Description FloatTime
FloatDurationVector. instantiateScalarAbsSI(float valueSI, TimeUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative vector.FloatTime
FloatTimeVector. instantiateScalarSI(float valueSI, TimeUnit 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 FloatTime Modifier and Type Method Description Class<FloatTime>
FloatTimeVector. getScalarClass()
Return the class of the corresponding scalar.