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 FloatTimeFloatDurationMatrix. instantiateScalarAbsSI(float valueSI, TimeUnit displayUnit)Instantiate a new absolute scalar for the class of this relative matrix.FloatTimeFloatTimeMatrix. 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 FloatTimeFloatTime. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatTime Modifier and Type Method Description FloatTimeFloatDuration. instantiateAbs(float value, TimeUnit unit)Construct a new Absolute Immutable FloatScalar of the right type.FloatTimeFloatTime. instantiateAbs(float value, TimeUnit unit)Construct a new Absolute Immutable FloatScalar of the right type.static FloatTimeFloatTime. instantiateSI(float value)Construct FloatTime scalar.static FloatTimeFloatTime. interpolate(FloatTime zero, FloatTime one, float ratio)Interpolate between two values.static FloatTimeFloatTime. max(FloatTime a1, FloatTime a2)Return the maximum value of two absolute scalars.static FloatTimeFloatTime. max(FloatTime a1, FloatTime a2, FloatTime... an)Return the maximum value of more than two absolute scalars.static FloatTimeFloatTime. min(FloatTime a1, FloatTime a2)Return the minimum value of two absolute scalars.static FloatTimeFloatTime. min(FloatTime a1, FloatTime a2, FloatTime... an)Return the minimum value of more than two absolute scalars.static FloatTimeFloatTime. of(float value, String unitString)Returns a FloatTime based on a value and the textual representation of the unit.static FloatTimeFloatTime. 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 FloatTimeFloatTime. interpolate(FloatTime zero, FloatTime one, float ratio)Interpolate between two values.static FloatTimeFloatTime. max(FloatTime a1, FloatTime a2)Return the maximum value of two absolute scalars.static FloatTimeFloatTime. max(FloatTime a1, FloatTime a2, FloatTime... an)Return the maximum value of more than two absolute scalars.static FloatTimeFloatTime. min(FloatTime a1, FloatTime a2)Return the minimum value of two absolute scalars.static FloatTimeFloatTime. 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 FloatTimeFloatDurationVector. instantiateScalarAbsSI(float valueSI, TimeUnit displayUnit)Instantiate a new absolute scalar for the class of this relative vector.FloatTimeFloatTimeVector. 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.