Uses of Class
org.djunits.value.vdouble.vector.RadioActivityVector
-
Packages that use RadioActivityVector 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 RadioActivityVector in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return RadioActivityVector Modifier and Type Method Description RadioActivityVectorRadioActivityMatrix. instantiateVector(DoubleVectorData dvd, RadioActivityUnit 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 RadioActivityVector Modifier and Type Method Description Class<RadioActivityVector>RadioActivityMatrix. getVectorClass()Return the class of the corresponding vector. -
Uses of RadioActivityVector in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return RadioActivityVector Modifier and Type Method Description RadioActivityVectorSIVector. asRadioActivity()Return the current vector as a radioactivity vector.RadioActivityVectorSIVector. asRadioActivity(RadioActivityUnit displayUnit)Return the current vector as a radioactivity vector, and provide a display unit.RadioActivityVectorRadioActivityVector. instantiateVector(DoubleVectorData dvd, RadioActivityUnit displayUnit)Instantiate a new vector of the class of this vector.
-