Uses of Class
org.djunits.value.vfloat.vector.FloatTimeVector
-
Packages that use 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 FloatTimeVectorFloatTimeMatrix. instantiateVector(FloatVectorData fvd, TimeUnit displayUnit)Instantiate a new vector of the class of this matrix.FloatTimeVectorFloatDurationMatrix. 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 FloatTimeVectorFloatTimeVector. instantiateVector(FloatVectorData fvd, TimeUnit displayUnit)Instantiate a new vector of the class of this vector.FloatTimeVectorFloatDurationVector. instantiateVectorAbs(FloatVectorData fvd, TimeUnit displayUnit)Instantiate a new absolute vector of the class of this relative vector.
-