Uses of Class
org.djunits.value.vdouble.scalar.AbsorbedDose
Packages that use 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
Methods in org.djunits.value.vdouble.matrix that return AbsorbedDoseModifier and TypeMethodDescriptionAbsorbedDoseMatrix.instantiateScalarSI(double valueSI, AbsorbedDoseUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type AbsorbedDoseConstructors in org.djunits.value.vdouble.matrix with parameters of type AbsorbedDoseModifierConstructorDescriptionAbsorbedDoseMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type AbsorbedDoseModifierConstructorDescriptionAbsorbedDoseMatrix(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
Fields in org.djunits.value.vdouble.scalar declared as AbsorbedDoseModifier and TypeFieldDescriptionstatic final AbsorbedDoseAbsorbedDose.NaNConstant with value NaN.static final AbsorbedDoseAbsorbedDose.NEG_MAXVALUEConstant with value -MAX_VALUE.static final AbsorbedDoseAbsorbedDose.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final AbsorbedDoseAbsorbedDose.ONEConstant with value one.static final AbsorbedDoseAbsorbedDose.POS_MAXVALUEConstant with value MAX_VALUE.static final AbsorbedDoseAbsorbedDose.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final AbsorbedDoseAbsorbedDose.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return AbsorbedDoseModifier and TypeMethodDescriptionfinal AbsorbedDoseSIScalar.asAbsorbedDose()Return the current scalar as a absorbeddose.final AbsorbedDoseSIScalar.asAbsorbedDose(AbsorbedDoseUnit displayUnit) Return the current scalar as a absorbeddose, and provide a display unit.static AbsorbedDoseAbsorbedDose.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type AbsorbedDose.final AbsorbedDoseAbsorbedDose.instantiateRel(double value, AbsorbedDoseUnit unit) static AbsorbedDoseAbsorbedDose.interpolate(AbsorbedDose zero, AbsorbedDose one, double ratio) Interpolate between two values.static AbsorbedDoseAbsorbedDose.max(AbsorbedDose r1, AbsorbedDose r2) Return the maximum value of two relative scalars.static AbsorbedDoseAbsorbedDose.max(AbsorbedDose r1, AbsorbedDose r2, AbsorbedDose... rn) Return the maximum value of more than two relative scalars.static AbsorbedDoseAbsorbedDose.min(AbsorbedDose r1, AbsorbedDose r2) Return the minimum value of two relative scalars.static AbsorbedDoseAbsorbedDose.min(AbsorbedDose r1, AbsorbedDose r2, AbsorbedDose... rn) Return the minimum value of more than two relative scalars.static AbsorbedDoseAbsorbedDose.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type AbsorbedDose.static AbsorbedDoseReturns a AbsorbedDose based on a value and the textual representation of the unit, which can be localized.static final AbsorbedDoseAbsorbedDose.ofSI(double value) Construct AbsorbedDose scalar based on an SI value.final AbsorbedDoseDimensionless.times(AbsorbedDose v) Calculate the multiplication of Dimensionless and AbsorbedDose, which results in a AbsorbedDose scalar.static AbsorbedDoseReturns a AbsorbedDose representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type AbsorbedDoseModifier and TypeMethodDescriptionfinal DimensionlessAbsorbedDose.divide(AbsorbedDose v) Calculate the division of AbsorbedDose and AbsorbedDose, which results in a Dimensionless scalar.static AbsorbedDoseAbsorbedDose.interpolate(AbsorbedDose zero, AbsorbedDose one, double ratio) Interpolate between two values.static AbsorbedDoseAbsorbedDose.max(AbsorbedDose r1, AbsorbedDose r2) Return the maximum value of two relative scalars.static AbsorbedDoseAbsorbedDose.max(AbsorbedDose r1, AbsorbedDose r2, AbsorbedDose... rn) Return the maximum value of more than two relative scalars.static AbsorbedDoseAbsorbedDose.min(AbsorbedDose r1, AbsorbedDose r2) Return the minimum value of two relative scalars.static AbsorbedDoseAbsorbedDose.min(AbsorbedDose r1, AbsorbedDose r2, AbsorbedDose... rn) Return the minimum value of more than two relative scalars.final AbsorbedDoseDimensionless.times(AbsorbedDose v) Calculate the multiplication of Dimensionless and AbsorbedDose, which results in a AbsorbedDose scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type AbsorbedDose -
Uses of AbsorbedDose in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return AbsorbedDoseModifier and TypeMethodDescriptionAbsorbedDoseVector.instantiateScalarSI(double valueSI, AbsorbedDoseUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type AbsorbedDoseConstructors in org.djunits.value.vdouble.vector with parameters of type AbsorbedDoseModifierConstructorDescriptionAbsorbedDoseVector(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.