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.instantiateSi(double siValue, UnitInterface<AbsorbedDose> displayUnit) static AbsorbedDoseReturns a AbsorbedDose based on a value and the textual representation of the unit, which can be localized.static AbsorbedDoseAbsorbedDose.of(double valueInUnit, AbsorbedDose.Unit unit) Returns a AbsorbedDose based on a value expressed in the unit.static AbsorbedDoseAbsorbedDose.ofSi(double si) Return a AbsorbedDose instance based on an SI value.static AbsorbedDoseAbsorbedDose.ofSi(double siValue, AbsorbedDose.Unit displayUnit) Instantiate a AbsorbedDose quantity with an SI or base value and a display unit.AbsorbedDose.Unit.ofSi(double si, UnitInterface<AbsorbedDose> displayUnit) 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 TypeMethodDescriptionAbsorbedDose.divide(AbsorbedDose v) Calculate the division of AbsorbedDose and AbsorbedDose, which results in a Dimensionless quantity.Method parameters in org.djunits.quantity with type arguments of type AbsorbedDoseModifier and TypeMethodDescriptionAbsorbedDose.instantiateSi(double siValue, UnitInterface<AbsorbedDose> displayUnit) AbsorbedDose.Unit.ofSi(double si, UnitInterface<AbsorbedDose> displayUnit)