Uses of Class
org.djunits.value.vdouble.scalar.Time
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of Time in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionDurationMatrix.instantiateScalarAbsSI
(double valueSI, TimeUnit displayUnit) TimeMatrix.instantiateScalarSI
(double valueSI, TimeUnit displayUnit) ModifierConstructorDescriptionTimeMatrix
(Time[][] data) Construct a TimeMatrix from an array of an array of Time objects.TimeMatrix
(Time[][] data, TimeUnit displayUnit) Construct a TimeMatrix from an array of an array of Time objects.TimeMatrix
(Time[][] data, TimeUnit displayUnit, StorageType storageType) Construct a TimeMatrix from an array of an array of Time objects.TimeMatrix
(Time[][] data, StorageType storageType) Construct a TimeMatrix from an array of an array of Time objects.ModifierConstructorDescriptionTimeMatrix
(Collection<DoubleSparseValue<TimeUnit, Time>> data, int rows, int cols) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.TimeMatrix
(Collection<DoubleSparseValue<TimeUnit, Time>> data, int rows, int cols, StorageType storageType) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.TimeMatrix
(Collection<DoubleSparseValue<TimeUnit, Time>> data, TimeUnit displayUnit, int rows, int cols) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects.TimeMatrix
(Collection<DoubleSparseValue<TimeUnit, Time>> data, TimeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a TimeMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Time in org.djunits.value.vdouble.scalar
Modifier and TypeMethodDescriptionfinal Time
Duration.instantiateAbs
(double value, TimeUnit unit) final Time
Time.instantiateAbs
(double value, TimeUnit unit) static final Time
Time.instantiateSI
(double value) Construct Time scalar.static Time
Time.interpolate
(Time zero, Time one, double ratio) Interpolate between two values.static Time
Return the maximum value of two absolute scalars.static Time
Return the maximum value of more than two absolute scalars.static Time
Return the minimum value of two absolute scalars.static Time
Return the minimum value of more than two absolute scalars.static Time
Returns a Time based on a value and the textual representation of the unit, which can be localized.static Time
Returns a Time representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionstatic Time
Time.interpolate
(Time zero, Time one, double ratio) Interpolate between two values.static Time
Return the maximum value of two absolute scalars.static Time
Return the maximum value of more than two absolute scalars.static Time
Return the minimum value of two absolute scalars.static Time
Return the minimum value of more than two absolute scalars. -
Uses of Time in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionDurationVector.instantiateScalarAbsSI
(double valueSI, TimeUnit displayUnit) TimeVector.instantiateScalarSI
(double valueSI, TimeUnit displayUnit) ModifierConstructorDescriptionTimeVector
(Time[] data) Construct an TimeVector from an array of Time objects.TimeVector
(Time[] data, TimeUnit displayUnit) Construct an TimeVector from an array of Time objects.TimeVector
(Time[] data, TimeUnit displayUnit, StorageType storageType) Construct an TimeVector from an array of Time objects.TimeVector
(Time[] data, StorageType storageType) Construct an TimeVector from an array of Time objects.