Uses of Class
org.djunits.value.vfloat.vector.FloatTimeVector
Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatTimeVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatTimeVector Modifier and Type Method Description FloatTimeVector
FloatTimeMatrix. instantiateVector(FloatVectorData fvd, TimeUnit displayUnit)
Instantiate a new vector of the class of this matrix.FloatTimeVector
FloatDurationMatrix. instantiateVectorAbs(FloatVectorData fvd, TimeUnit displayUnit)
Instantiate a new absolute vector of the class of this relative matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatTimeVector Modifier and Type Method Description Class<FloatTimeVector>
FloatTimeMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FloatTimeVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatTimeVector Modifier and Type Method Description FloatTimeVector
FloatTimeVector. instantiateVector(FloatVectorData fvd, TimeUnit displayUnit)
Instantiate a new vector of the class of this vector.FloatTimeVector
FloatDurationVector. instantiateVectorAbs(FloatVectorData fvd, TimeUnit displayUnit)
Instantiate a new absolute vector of the class of this relative vector.