Uses of Class
org.djunits.quantity.AbsorbedDose
Packages that use AbsorbedDose
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of AbsorbedDose in org.djunits.quantity
Fields in org.djunits.quantity 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.quantity that return AbsorbedDoseModifier and TypeMethodDescriptionAbsorbedDose.instantiate(double si) static AbsorbedDoseReturns a AbsorbedDose based on a value and the textual representation of the unit, which can be localized.static AbsorbedDoseAbsorbedDose.ofSi(double si) Return a AbsorbedDose instance based on an SI value.AbsorbedDose.Unit.ofSi(double si) static AbsorbedDoseReturns a AbsorbedDose representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type AbsorbedDoseModifier and TypeMethodDescriptionfinal DimensionlessAbsorbedDose.divide(AbsorbedDose v) Calculate the division of AbsorbedDose and AbsorbedDose, which results in a Dimensionless quantity.Constructors in org.djunits.quantity with parameters of type AbsorbedDose