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