Uses of Class
org.djunits.value.vfloat.scalar.FloatTime
Packages that use 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
Methods in org.djunits.value.vfloat.matrix that return FloatTimeModifier and TypeMethodDescriptionFloatDurationMatrix.instantiateScalarAbsSI(float valueSI, TimeUnit displayUnit) FloatTimeMatrix.instantiateScalarSI(float valueSI, TimeUnit displayUnit) Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatTimeConstructors in org.djunits.value.vfloat.matrix with parameters of type FloatTimeModifierConstructorDescriptionFloatTimeMatrix(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.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type FloatTimeModifierConstructorDescriptionFloatTimeMatrix(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
Fields in org.djunits.value.vfloat.scalar declared as FloatTimeMethods in org.djunits.value.vfloat.scalar that return FloatTimeModifier and TypeMethodDescriptionfinal FloatTimeFloatDuration.instantiateAbs(float value, TimeUnit unit) final FloatTimeFloatTime.instantiateAbs(float value, TimeUnit unit) static FloatTimeFloatTime.interpolate(FloatTime zero, FloatTime one, float ratio) Interpolate between two values.static FloatTimeReturn the maximum value of two absolute scalars.static FloatTimeReturn the maximum value of more than two absolute scalars.static FloatTimeReturn the minimum value of two absolute scalars.static FloatTimeReturn the minimum value of more than two absolute scalars.static FloatTimeReturns a FloatTime based on a value and the textual representation of the unit, which can be localized.static final FloatTimeFloatTime.ofSI(float value) Construct FloatTime scalar based on an BASE unit.static FloatTimeReturns a FloatTime representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatTimeModifier and TypeMethodDescriptionstatic FloatTimeFloatTime.interpolate(FloatTime zero, FloatTime one, float ratio) Interpolate between two values.static FloatTimeReturn the maximum value of two absolute scalars.static FloatTimeReturn the maximum value of more than two absolute scalars.static FloatTimeReturn the minimum value of two absolute scalars.static FloatTimeReturn the minimum value of more than two absolute scalars.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatTime -
Uses of FloatTime in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatTimeModifier and TypeMethodDescriptionFloatDurationVector.instantiateScalarAbsSI(float valueSI, TimeUnit displayUnit) FloatTimeVector.instantiateScalarSI(float valueSI, TimeUnit displayUnit) Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatTimeConstructors in org.djunits.value.vfloat.vector with parameters of type FloatTimeModifierConstructorDescriptionFloatTimeVector(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.