Uses of Class
org.djunits.value.vdouble.scalar.AbsorbedDose
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of AbsorbedDose in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionAbsorbedDoseMatrix.instantiateScalarSI
(double valueSI, AbsorbedDoseUnit displayUnit) ModifierConstructorDescriptionAbsorbedDoseMatrix
(AbsorbedDose[][] data) Construct a AbsorbedDoseMatrix from an array of an array of AbsorbedDose objects.AbsorbedDoseMatrix
(AbsorbedDose[][] data, AbsorbedDoseUnit displayUnit) Construct a AbsorbedDoseMatrix from an array of an array of AbsorbedDose objects.AbsorbedDoseMatrix
(AbsorbedDose[][] data, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct a AbsorbedDoseMatrix from an array of an array of AbsorbedDose objects.AbsorbedDoseMatrix
(AbsorbedDose[][] data, StorageType storageType) Construct a AbsorbedDoseMatrix from an array of an array of AbsorbedDose objects.ModifierConstructorDescriptionAbsorbedDoseMatrix
(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>> data, int rows, int cols) Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects.AbsorbedDoseMatrix
(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>> data, int rows, int cols, StorageType storageType) Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects.AbsorbedDoseMatrix
(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>> data, AbsorbedDoseUnit displayUnit, int rows, int cols) Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects.AbsorbedDoseMatrix
(Collection<DoubleSparseValue<AbsorbedDoseUnit, AbsorbedDose>> data, AbsorbedDoseUnit displayUnit, int rows, int cols, StorageType storageType) Construct a AbsorbedDoseMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of AbsorbedDose in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final AbsorbedDose
AbsorbedDose.NaN
Constant with value NaN.static final AbsorbedDose
AbsorbedDose.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final AbsorbedDose
AbsorbedDose.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final AbsorbedDose
AbsorbedDose.ONE
Constant with value one.static final AbsorbedDose
AbsorbedDose.POS_MAXVALUE
Constant with value MAX_VALUE.static final AbsorbedDose
AbsorbedDose.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final AbsorbedDose
AbsorbedDose.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal AbsorbedDose
SIScalar.asAbsorbedDose()
Return the current scalar as a absorbeddose.final AbsorbedDose
SIScalar.asAbsorbedDose
(AbsorbedDoseUnit displayUnit) Return the current scalar as a absorbeddose, and provide a display unit.final AbsorbedDose
AbsorbedDose.instantiateRel
(double value, AbsorbedDoseUnit unit) static final AbsorbedDose
AbsorbedDose.instantiateSI
(double value) Construct AbsorbedDose scalar.static AbsorbedDose
AbsorbedDose.interpolate
(AbsorbedDose zero, AbsorbedDose one, double ratio) Interpolate between two values.static AbsorbedDose
AbsorbedDose.max
(AbsorbedDose r1, AbsorbedDose r2) Return the maximum value of two relative scalars.static AbsorbedDose
AbsorbedDose.max
(AbsorbedDose r1, AbsorbedDose r2, AbsorbedDose... rn) Return the maximum value of more than two relative scalars.static AbsorbedDose
AbsorbedDose.min
(AbsorbedDose r1, AbsorbedDose r2) Return the minimum value of two relative scalars.static AbsorbedDose
AbsorbedDose.min
(AbsorbedDose r1, AbsorbedDose r2, AbsorbedDose... rn) Return the minimum value of more than two relative scalars.static AbsorbedDose
Returns a AbsorbedDose based on a value and the textual representation of the unit, which can be localized.final AbsorbedDose
Dimensionless.times
(AbsorbedDose v) Calculate the multiplication of Dimensionless and AbsorbedDose, which results in a AbsorbedDose scalar.static AbsorbedDose
Returns a AbsorbedDose representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Dimensionless
AbsorbedDose.divide
(AbsorbedDose v) Calculate the division of AbsorbedDose and AbsorbedDose, which results in a Dimensionless scalar.static AbsorbedDose
AbsorbedDose.interpolate
(AbsorbedDose zero, AbsorbedDose one, double ratio) Interpolate between two values.static AbsorbedDose
AbsorbedDose.max
(AbsorbedDose r1, AbsorbedDose r2) Return the maximum value of two relative scalars.static AbsorbedDose
AbsorbedDose.max
(AbsorbedDose r1, AbsorbedDose r2, AbsorbedDose... rn) Return the maximum value of more than two relative scalars.static AbsorbedDose
AbsorbedDose.min
(AbsorbedDose r1, AbsorbedDose r2) Return the minimum value of two relative scalars.static AbsorbedDose
AbsorbedDose.min
(AbsorbedDose r1, AbsorbedDose r2, AbsorbedDose... rn) Return the minimum value of more than two relative scalars.final AbsorbedDose
Dimensionless.times
(AbsorbedDose v) Calculate the multiplication of Dimensionless and AbsorbedDose, which results in a AbsorbedDose scalar. -
Uses of AbsorbedDose in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionAbsorbedDoseVector.instantiateScalarSI
(double valueSI, AbsorbedDoseUnit displayUnit) ModifierConstructorDescriptionAbsorbedDoseVector
(AbsorbedDose[] data) Construct an AbsorbedDoseVector from an array of AbsorbedDose objects.AbsorbedDoseVector
(AbsorbedDose[] data, AbsorbedDoseUnit displayUnit) Construct an AbsorbedDoseVector from an array of AbsorbedDose objects.AbsorbedDoseVector
(AbsorbedDose[] data, AbsorbedDoseUnit displayUnit, StorageType storageType) Construct an AbsorbedDoseVector from an array of AbsorbedDose objects.AbsorbedDoseVector
(AbsorbedDose[] data, StorageType storageType) Construct an AbsorbedDoseVector from an array of AbsorbedDose objects.