Uses of Class
org.djunits.value.vfloat.vector.FloatFlowVolumeVector
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 FloatFlowVolumeVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatFlowVolumeVector Modifier and Type Method Description FloatFlowVolumeVector
FloatFlowVolumeMatrix. instantiateVector(FloatVectorData fvd, FlowVolumeUnit 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 FloatFlowVolumeVector Modifier and Type Method Description Class<FloatFlowVolumeVector>
FloatFlowVolumeMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FloatFlowVolumeVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatFlowVolumeVector Modifier and Type Method Description FloatFlowVolumeVector
FloatSIVector. asFlowVolume()
Return the current vector as a flowvolume vector.FloatFlowVolumeVector
FloatSIVector. asFlowVolume(FlowVolumeUnit displayUnit)
Return the current vector as a flowvolume vector, and provide a display unit.FloatFlowVolumeVector
FloatFlowVolumeVector. instantiateVector(FloatVectorData fvd, FlowVolumeUnit displayUnit)
Instantiate a new vector of the class of this vector.