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.instantiate(double si) static RadioActivityReturns a RadioActivity based on a value and the textual representation of the unit, which can be localized.static RadioActivityRadioActivity.ofSi(double si) Return a RadioActivity instance based on an SI value.RadioActivity.Unit.ofSi(double si) 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 TypeMethodDescriptionfinal DimensionlessRadioActivity.divide(RadioActivity v) Calculate the division of RadioActivity and RadioActivity, which results in a Dimensionless quantity.Constructors in org.djunits.quantity with parameters of type RadioActivityModifierConstructorDescriptionRadioActivity(RadioActivity value) Construct RadioActivity quantity.