Uses of Class
org.djunits.quantity.RadioActivity
Packages that use RadioActivity
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of RadioActivity in org.djunits.quantity
Fields in org.djunits.quantity declared as RadioActivityModifier and TypeFieldDescriptionstatic final RadioActivityRadioActivity.NaNConstant with value NaN.static final RadioActivityRadioActivity.NEG_MAXVALUEConstant with value -MAX_VALUE.static final RadioActivityRadioActivity.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final RadioActivityRadioActivity.ONEConstant with value one.static final RadioActivityRadioActivity.POS_MAXVALUEConstant with value MAX_VALUE.static final RadioActivityRadioActivity.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final RadioActivityRadioActivity.ZEROConstant with value zero.Methods in org.djunits.quantity that return RadioActivityModifier and TypeMethodDescriptionRadioActivity.instantiateSi(double siValue, UnitInterface<RadioActivity> displayUnit) static RadioActivityReturns a RadioActivity based on a value and the textual representation of the unit, which can be localized.static RadioActivityRadioActivity.of(double valueInUnit, RadioActivity.Unit unit) Returns a RadioActivity based on a value expressed in the unit.static RadioActivityRadioActivity.ofSi(double si) Return a RadioActivity instance based on an SI value.static RadioActivityRadioActivity.ofSi(double siValue, RadioActivity.Unit displayUnit) Instantiate a RadioActivity quantity with an SI or base value and a display unit.RadioActivity.Unit.ofSi(double si, UnitInterface<RadioActivity> displayUnit) static RadioActivityReturns a RadioActivity representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type RadioActivityModifier and TypeMethodDescriptionRadioActivity.divide(RadioActivity v) Calculate the division of RadioActivity and RadioActivity, which results in a Dimensionless quantity.Method parameters in org.djunits.quantity with type arguments of type RadioActivityModifier and TypeMethodDescriptionRadioActivity.instantiateSi(double siValue, UnitInterface<RadioActivity> displayUnit) RadioActivity.Unit.ofSi(double si, UnitInterface<RadioActivity> displayUnit)