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