Uses of Class
org.djunits.value.vfloat.vector.FloatVolumeVector
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 FloatVolumeVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatVolumeVector Modifier and Type Method Description FloatVolumeVector
FloatVolumeMatrix. instantiateVector(FloatVectorData fvd, VolumeUnit displayUnit)
Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatVolumeVector Modifier and Type Method Description Class<FloatVolumeVector>
FloatVolumeMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FloatVolumeVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatVolumeVector Modifier and Type Method Description FloatVolumeVector
FloatSIVector. asVolume()
Return the current vector as a volume vector.FloatVolumeVector
FloatSIVector. asVolume(VolumeUnit displayUnit)
Return the current vector as a volume vector, and provide a display unit.FloatVolumeVector
FloatVolumeVector. instantiateVector(FloatVectorData fvd, VolumeUnit displayUnit)
Instantiate a new vector of the class of this vector.