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