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