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