Uses of Class
org.djunits.value.vfloat.vector.FloatPressureVector
| 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 FloatPressureVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatPressureVector Modifier and Type Method Description FloatPressureVectorFloatPressureMatrix. instantiateVector(FloatVectorData fvd, PressureUnit 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 FloatPressureVector Modifier and Type Method Description Class<FloatPressureVector>FloatPressureMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of FloatPressureVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatPressureVector Modifier and Type Method Description FloatPressureVectorFloatSIVector. asPressure()Return the current vector as a pressure vector.FloatPressureVectorFloatSIVector. asPressure(PressureUnit displayUnit)Return the current vector as a pressure vector, and provide a display unit.FloatPressureVectorFloatPressureVector. instantiateVector(FloatVectorData fvd, PressureUnit displayUnit)Instantiate a new vector of the class of this vector.