Uses of Class
org.djunits.value.vfloat.scalar.FloatTime
Package
Description
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of FloatTime in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionFloatDurationMatrix.instantiateScalarAbsSI
(float valueSI, TimeUnit displayUnit) FloatTimeMatrix.instantiateScalarSI
(float valueSI, TimeUnit displayUnit) ModifierConstructorDescriptionFloatTimeMatrix
(FloatTime[][] data) Construct a FloatTimeMatrix from an array of an array of FloatTime objects.FloatTimeMatrix
(FloatTime[][] data, TimeUnit displayUnit) Construct a FloatTimeMatrix from an array of an array of FloatTime objects.FloatTimeMatrix
(FloatTime[][] data, TimeUnit displayUnit, StorageType storageType) Construct a FloatTimeMatrix from an array of an array of FloatTime objects.FloatTimeMatrix
(FloatTime[][] data, StorageType storageType) Construct a FloatTimeMatrix from an array of an array of FloatTime objects.ModifierConstructorDescriptionFloatTimeMatrix
(Collection<FloatSparseValue<TimeUnit, FloatTime>> data, int rows, int cols) Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects.FloatTimeMatrix
(Collection<FloatSparseValue<TimeUnit, FloatTime>> data, int rows, int cols, StorageType storageType) Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects.FloatTimeMatrix
(Collection<FloatSparseValue<TimeUnit, FloatTime>> data, TimeUnit displayUnit, int rows, int cols) Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects.FloatTimeMatrix
(Collection<FloatSparseValue<TimeUnit, FloatTime>> data, TimeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatTimeMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FloatTime in org.djunits.value.vfloat.scalar
Modifier and TypeMethodDescriptionfinal FloatTime
FloatDuration.instantiateAbs
(float value, TimeUnit unit) final FloatTime
FloatTime.instantiateAbs
(float value, TimeUnit unit) static final FloatTime
FloatTime.instantiateSI
(float value) Construct FloatTime scalar.static FloatTime
FloatTime.interpolate
(FloatTime zero, FloatTime one, float ratio) Interpolate between two values.static FloatTime
Return the maximum value of two absolute scalars.static FloatTime
Return the maximum value of more than two absolute scalars.static FloatTime
Return the minimum value of two absolute scalars.static FloatTime
Return the minimum value of more than two absolute scalars.static FloatTime
Returns a FloatTime based on a value and the textual representation of the unit, which can be localized.static FloatTime
Returns a FloatTime representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionstatic FloatTime
FloatTime.interpolate
(FloatTime zero, FloatTime one, float ratio) Interpolate between two values.static FloatTime
Return the maximum value of two absolute scalars.static FloatTime
Return the maximum value of more than two absolute scalars.static FloatTime
Return the minimum value of two absolute scalars.static FloatTime
Return the minimum value of more than two absolute scalars. -
Uses of FloatTime in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionFloatDurationVector.instantiateScalarAbsSI
(float valueSI, TimeUnit displayUnit) FloatTimeVector.instantiateScalarSI
(float valueSI, TimeUnit displayUnit) ModifierConstructorDescriptionFloatTimeVector
(FloatTime[] data) Construct a FloatTimeVector from an array of FloatTime objects.FloatTimeVector
(FloatTime[] data, TimeUnit displayUnit) Construct a FloatTimeVector from an array of FloatTime objects.FloatTimeVector
(FloatTime[] data, TimeUnit displayUnit, StorageType storageType) Construct a FloatTimeVector from an array of FloatTime objects.FloatTimeVector
(FloatTime[] data, StorageType storageType) Construct a FloatTimeVector from an array of FloatTime objects.