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