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