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