Uses of Class
org.djunits.value.vdouble.vector.VolumeVector
Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of VolumeVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return VolumeVector Modifier and Type Method Description VolumeVector
VolumeMatrix. instantiateVector(DoubleVectorData dvd, VolumeUnit displayUnit)
Instantiate a new vector of the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type VolumeVector Modifier and Type Method Description Class<VolumeVector>
VolumeMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of VolumeVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return VolumeVector Modifier and Type Method Description VolumeVector
SIVector. asVolume()
Return the current vector as a volume vector.VolumeVector
SIVector. asVolume(VolumeUnit displayUnit)
Return the current vector as a volume vector, and provide a display unit.VolumeVector
VolumeVector. instantiateVector(DoubleVectorData dvd, VolumeUnit displayUnit)
Instantiate a new vector of the class of this vector.