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