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 FrequencyVectorFrequencyMatrix. 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 FrequencyVectorSIVector. asFrequency()Return the current vector as a frequency vector.FrequencyVectorSIVector. asFrequency(FrequencyUnit displayUnit)Return the current vector as a frequency vector, and provide a display unit.FrequencyVectorFrequencyVector. instantiateVector(DoubleVectorData dvd, FrequencyUnit displayUnit)Instantiate a new vector of the class of this vector.
-