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