Uses of Class
org.djunits.value.vdouble.vector.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 RadioActivityVector
RadioActivityMatrix. 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 RadioActivityVector
SIVector. asRadioActivity()
Return the current vector as a radioactivity vector.RadioActivityVector
SIVector. asRadioActivity(RadioActivityUnit displayUnit)
Return the current vector as a radioactivity vector, and provide a display unit.RadioActivityVector
RadioActivityVector. instantiateVector(DoubleVectorData dvd, RadioActivityUnit displayUnit)
Instantiate a new vector of the class of this vector.