Uses of Class
org.djunits.value.vdouble.scalar.Time
Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of Time in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Time Modifier and Type Method Description Time
DurationMatrix. instantiateScalarAbsSI(double valueSI, TimeUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative matrix.Time
TimeMatrix. instantiateScalarSI(double valueSI, TimeUnit displayUnit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Time Modifier and Type Method Description Class<Time>
TimeMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Time in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Time Modifier and Type Field Description static Time
Time. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Time Modifier and Type Method Description Time
Duration. instantiateAbs(double value, TimeUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.Time
Time. instantiateAbs(double value, TimeUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.static Time
Time. instantiateSI(double value)
Construct Time scalar.static Time
Time. interpolate(Time zero, Time one, double ratio)
Interpolate between two values.static Time
Time. max(Time a1, Time a2)
Return the maximum value of two absolute scalars.static Time
Time. max(Time a1, Time a2, Time... an)
Return the maximum value of more than two absolute scalars.static Time
Time. min(Time a1, Time a2)
Return the minimum value of two absolute scalars.static Time
Time. min(Time a1, Time a2, Time... an)
Return the minimum value of more than two absolute scalars.static Time
Time. of(double value, String unitString)
Returns a Time based on a value and the textual representation of the unit.static Time
Time. valueOf(String text)
Returns a Time representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Time Modifier and Type Method Description static Time
Time. interpolate(Time zero, Time one, double ratio)
Interpolate between two values.static Time
Time. max(Time a1, Time a2)
Return the maximum value of two absolute scalars.static Time
Time. max(Time a1, Time a2, Time... an)
Return the maximum value of more than two absolute scalars.static Time
Time. min(Time a1, Time a2)
Return the minimum value of two absolute scalars.static Time
Time. min(Time a1, Time a2, Time... an)
Return the minimum value of more than two absolute scalars.Constructors in org.djunits.value.vdouble.scalar with parameters of type Time Constructor Description Time(Time value)
Construct Time scalar. -
Uses of Time in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Time Modifier and Type Method Description Time
DurationVector. instantiateScalarAbsSI(double valueSI, TimeUnit displayUnit)
Instantiate a new absolute scalar for the class of this relative vector.Time
TimeVector. instantiateScalarSI(double valueSI, TimeUnit displayUnit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Time Modifier and Type Method Description Class<Time>
TimeVector. getScalarClass()
Return the class of the corresponding scalar.