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 ElectricalChargeVectorElectricalChargeMatrix. 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 ElectricalChargeVectorSIVector. asElectricalCharge()Return the current vector as a electricalcharge vector.ElectricalChargeVectorSIVector. asElectricalCharge(ElectricalChargeUnit displayUnit)Return the current vector as a electricalcharge vector, and provide a display unit.ElectricalChargeVectorElectricalChargeVector. instantiateVector(DoubleVectorData dvd, ElectricalChargeUnit displayUnit)Instantiate a new vector of the class of this vector.