Uses of Class
org.djunits.unit.AbsorbedDoseUnit
| Package | Description |
|---|---|
| org.djunits.unit |
Units for version 4 of DJUNITS.
|
| org.djunits.unit.util |
Utility classes for the unit package.
|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of AbsorbedDoseUnit in org.djunits.unit
Fields in org.djunits.unit declared as AbsorbedDoseUnit Modifier and Type Field Description static AbsorbedDoseUnitAbsorbedDoseUnit. ERG_PER_GRAMerg/g.static AbsorbedDoseUnitAbsorbedDoseUnit. GRAYGray.static AbsorbedDoseUnitAbsorbedDoseUnit. MICROGRAYµGy.static AbsorbedDoseUnitAbsorbedDoseUnit. MILLIGRAYmGy.static AbsorbedDoseUnitAbsorbedDoseUnit. RADrad.static AbsorbedDoseUnitAbsorbedDoseUnit. SIThe SI unit for absorbed dose of ionizing radiation is Gray.Fields in org.djunits.unit with type parameters of type AbsorbedDoseUnit Modifier and Type Field Description static Quantity<AbsorbedDoseUnit>AbsorbedDoseUnit. BASEThe base, with "m2/s2" as the SI signature. -
Uses of AbsorbedDoseUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as AbsorbedDoseUnit Modifier and Type Field Description static AbsorbedDoseUnitUNITS. ERG_PER_GRAMstatic AbsorbedDoseUnitUNITS. GRAYstatic AbsorbedDoseUnitUNITS. MICROGRAYstatic AbsorbedDoseUnitUNITS. MILLIGRAYstatic AbsorbedDoseUnitUNITS. RAD -
Uses of AbsorbedDoseUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type AbsorbedDoseUnit Modifier and Type Method Description AbsorbedDoseMatrixSIMatrix. asAbsorbedDose(AbsorbedDoseUnit displayUnit)Return the current matrix as a absorbeddose matrix, and provide a display unit.AbsorbedDoseMatrixAbsorbedDoseMatrix. instantiateMatrix(DoubleMatrixData dmd, AbsorbedDoseUnit displayUnit)Instantiate a new matrix of the class of this matrix.AbsorbedDoseAbsorbedDoseMatrix. instantiateScalarSI(double valueSI, AbsorbedDoseUnit displayUnit)Instantiate a new scalar for the class of this matrix.AbsorbedDoseVectorAbsorbedDoseMatrix. instantiateVector(DoubleVectorData dvd, AbsorbedDoseUnit displayUnit)Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type AbsorbedDoseUnit Constructor Description AbsorbedDoseMatrix(DoubleMatrixData data, AbsorbedDoseUnit unit) -
Uses of AbsorbedDoseUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type AbsorbedDoseUnit Modifier and Type Method Description AbsorbedDoseSIScalar. asAbsorbedDose(AbsorbedDoseUnit displayUnit)Return the current scalar as a absorbeddose, and provide a display unit.AbsorbedDoseAbsorbedDose. instantiateRel(double value, AbsorbedDoseUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type AbsorbedDoseUnit Constructor Description AbsorbedDose(double value, AbsorbedDoseUnit unit)Construct AbsorbedDose scalar. -
Uses of AbsorbedDoseUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type AbsorbedDoseUnit Modifier and Type Method Description AbsorbedDoseVectorSIVector. asAbsorbedDose(AbsorbedDoseUnit displayUnit)Return the current vector as a absorbeddose vector, and provide a display unit.AbsorbedDoseAbsorbedDoseVector. instantiateScalarSI(double valueSI, AbsorbedDoseUnit displayUnit)Instantiate a new scalar for the class of this vector.AbsorbedDoseVectorAbsorbedDoseVector. instantiateVector(DoubleVectorData dvd, AbsorbedDoseUnit displayUnit)Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type AbsorbedDoseUnit Constructor Description AbsorbedDoseVector(DoubleVectorData data, AbsorbedDoseUnit displayUnit)Construct an AbsorbedDoseVector from an internal data object. -
Uses of AbsorbedDoseUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type AbsorbedDoseUnit Modifier and Type Method Description FloatAbsorbedDoseMatrixFloatSIMatrix. asAbsorbedDose(AbsorbedDoseUnit displayUnit)Return the current matrix as a absorbeddose matrix, and provide a display unit.FloatAbsorbedDoseMatrixFloatAbsorbedDoseMatrix. instantiateMatrix(FloatMatrixData fmd, AbsorbedDoseUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatAbsorbedDoseFloatAbsorbedDoseMatrix. instantiateScalarSI(float valueSI, AbsorbedDoseUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatAbsorbedDoseVectorFloatAbsorbedDoseMatrix. instantiateVector(FloatVectorData fvd, AbsorbedDoseUnit displayUnit)Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type AbsorbedDoseUnit Constructor Description FloatAbsorbedDoseMatrix(FloatMatrixData data, AbsorbedDoseUnit unit) -
Uses of AbsorbedDoseUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type AbsorbedDoseUnit Modifier and Type Method Description FloatAbsorbedDoseFloatSIScalar. asAbsorbedDose(AbsorbedDoseUnit displayUnit)Return the current scalar as a absorbeddose, and provide a display unit.FloatAbsorbedDoseFloatAbsorbedDose. instantiateRel(float value, AbsorbedDoseUnit unit)Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type AbsorbedDoseUnit Constructor Description FloatAbsorbedDose(double value, AbsorbedDoseUnit unit)Construct FloatAbsorbedDose scalar using a double value.FloatAbsorbedDose(float value, AbsorbedDoseUnit unit)Construct FloatAbsorbedDose scalar. -
Uses of AbsorbedDoseUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type AbsorbedDoseUnit Modifier and Type Method Description FloatAbsorbedDoseVectorFloatSIVector. asAbsorbedDose(AbsorbedDoseUnit displayUnit)Return the current vector as a absorbeddose vector, and provide a display unit.FloatAbsorbedDoseFloatAbsorbedDoseVector. instantiateScalarSI(float valueSI, AbsorbedDoseUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatAbsorbedDoseVectorFloatAbsorbedDoseVector. instantiateVector(FloatVectorData fvd, AbsorbedDoseUnit displayUnit)Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type AbsorbedDoseUnit Constructor Description FloatAbsorbedDoseVector(FloatVectorData data, AbsorbedDoseUnit unit)Construct an FloatAbsorbedDoseVector from an internal data object.