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