Uses of Class
org.djunits.value.vdouble.scalar.AbsorbedDose
| Package | Description |
|---|---|
| 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.
|
-
Uses of AbsorbedDose in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return AbsorbedDose Modifier and Type Method Description AbsorbedDoseAbsorbedDoseMatrix. instantiateScalarSI(double valueSI, AbsorbedDoseUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type AbsorbedDose Modifier and Type Method Description Class<AbsorbedDose>AbsorbedDoseMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of AbsorbedDose in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as AbsorbedDose Modifier and Type Field Description static AbsorbedDoseAbsorbedDose. NaNConstant with value NaN.static AbsorbedDoseAbsorbedDose. NEG_MAXVALUEConstant with value -MAX_VALUE.static AbsorbedDoseAbsorbedDose. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static AbsorbedDoseAbsorbedDose. ONEConstant with value one.static AbsorbedDoseAbsorbedDose. POS_MAXVALUEConstant with value MAX_VALUE.static AbsorbedDoseAbsorbedDose. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static AbsorbedDoseAbsorbedDose. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return AbsorbedDose Modifier and Type Method Description AbsorbedDoseSIScalar. asAbsorbedDose()Return the current scalar as a absorbeddose.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.static AbsorbedDoseAbsorbedDose. instantiateSI(double value)Construct AbsorbedDose 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.static AbsorbedDoseAbsorbedDose. of(double value, String unitString)Returns a AbsorbedDose based on a value and the textual representation of the unit.AbsorbedDoseDimensionless. times(AbsorbedDose v)Calculate the multiplication of Dimensionless and AbsorbedDose, which results in a AbsorbedDose scalar.static AbsorbedDoseAbsorbedDose. valueOf(String text)Returns a AbsorbedDose representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type AbsorbedDose Modifier and Type Method Description 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.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 Constructor Description AbsorbedDose(AbsorbedDose value)Construct AbsorbedDose scalar. -
Uses of AbsorbedDose in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return AbsorbedDose Modifier and Type Method Description AbsorbedDoseAbsorbedDoseVector. instantiateScalarSI(double valueSI, AbsorbedDoseUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type AbsorbedDose Modifier and Type Method Description Class<AbsorbedDose>AbsorbedDoseVector. getScalarClass()Return the class of the corresponding scalar.