Uses of Class
org.djunits.value.vfloat.vector.FloatEnergyVector
| 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 FloatEnergyVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatEnergyVector Modifier and Type Method Description FloatEnergyVectorFloatEnergyMatrix. instantiateVector(FloatVectorData fvd, EnergyUnit 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 FloatEnergyVector Modifier and Type Method Description Class<FloatEnergyVector>FloatEnergyMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of FloatEnergyVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatEnergyVector Modifier and Type Method Description FloatEnergyVectorFloatSIVector. asEnergy()Return the current vector as a energy vector.FloatEnergyVectorFloatSIVector. asEnergy(EnergyUnit displayUnit)Return the current vector as a energy vector, and provide a display unit.FloatEnergyVectorFloatEnergyVector. instantiateVector(FloatVectorData fvd, EnergyUnit displayUnit)Instantiate a new vector of the class of this vector.