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 TimeDurationMatrix. instantiateScalarAbsSI(double valueSI, TimeUnit displayUnit)Instantiate a new absolute scalar for the class of this relative matrix.TimeTimeMatrix. 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 TimeTime. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Time Modifier and Type Method Description TimeDuration. instantiateAbs(double value, TimeUnit unit)Construct a new Absolute Immutable DoubleScalar of the right type.TimeTime. instantiateAbs(double value, TimeUnit unit)Construct a new Absolute Immutable DoubleScalar of the right type.static TimeTime. instantiateSI(double value)Construct Time scalar.static TimeTime. interpolate(Time zero, Time one, double ratio)Interpolate between two values.static TimeTime. max(Time a1, Time a2)Return the maximum value of two absolute scalars.static TimeTime. max(Time a1, Time a2, Time... an)Return the maximum value of more than two absolute scalars.static TimeTime. min(Time a1, Time a2)Return the minimum value of two absolute scalars.static TimeTime. min(Time a1, Time a2, Time... an)Return the minimum value of more than two absolute scalars.static TimeTime. of(double value, String unitString)Returns a Time based on a value and the textual representation of the unit.static TimeTime. 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 TimeTime. interpolate(Time zero, Time one, double ratio)Interpolate between two values.static TimeTime. max(Time a1, Time a2)Return the maximum value of two absolute scalars.static TimeTime. max(Time a1, Time a2, Time... an)Return the maximum value of more than two absolute scalars.static TimeTime. min(Time a1, Time a2)Return the minimum value of two absolute scalars.static TimeTime. 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 TimeDurationVector. instantiateScalarAbsSI(double valueSI, TimeUnit displayUnit)Instantiate a new absolute scalar for the class of this relative vector.TimeTimeVector. 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.