Uses of Class
org.djunits.value.vdouble.scalar.AbsorbedDose
-
Packages that use 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 AbsorbedDose
AbsorbedDoseMatrix. 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 AbsorbedDose
AbsorbedDose. NaN
Constant with value NaN.static AbsorbedDose
AbsorbedDose. NEG_MAXVALUE
Constant with value -MAX_VALUE.static AbsorbedDose
AbsorbedDose. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static AbsorbedDose
AbsorbedDose. ONE
Constant with value one.static AbsorbedDose
AbsorbedDose. POS_MAXVALUE
Constant with value MAX_VALUE.static AbsorbedDose
AbsorbedDose. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static AbsorbedDose
AbsorbedDose. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return AbsorbedDose Modifier and Type Method Description AbsorbedDose
SIScalar. asAbsorbedDose()
Return the current scalar as a absorbeddose.AbsorbedDose
SIScalar. asAbsorbedDose(AbsorbedDoseUnit displayUnit)
Return the current scalar as a absorbeddose, and provide a display unit.AbsorbedDose
AbsorbedDose. instantiateRel(double value, AbsorbedDoseUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static 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
AbsorbedDose. of(double value, String unitString)
Returns a AbsorbedDose based on a value and the textual representation of the unit.AbsorbedDose
Dimensionless. times(AbsorbedDose v)
Calculate the multiplication of Dimensionless and AbsorbedDose, which results in a AbsorbedDose scalar.static AbsorbedDose
AbsorbedDose. 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 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.AbsorbedDose
Dimensionless. 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 AbsorbedDose
AbsorbedDoseVector. 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.
-