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