Uses of Class
org.djunits.value.vdouble.vector.FlowVolumeVector
-
Packages that use FlowVolumeVector 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 FlowVolumeVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return FlowVolumeVector Modifier and Type Method Description FlowVolumeVector
FlowVolumeMatrix. instantiateVector(DoubleVectorData dvd, FlowVolumeUnit 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 FlowVolumeVector Modifier and Type Method Description Class<FlowVolumeVector>
FlowVolumeMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FlowVolumeVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return FlowVolumeVector Modifier and Type Method Description FlowVolumeVector
SIVector. asFlowVolume()
Return the current vector as a flowvolume vector.FlowVolumeVector
SIVector. asFlowVolume(FlowVolumeUnit displayUnit)
Return the current vector as a flowvolume vector, and provide a display unit.FlowVolumeVector
FlowVolumeVector. instantiateVector(DoubleVectorData dvd, FlowVolumeUnit displayUnit)
Instantiate a new vector of the class of this vector.
-