Uses of Class
org.djunits.quantity.AmountOfSubstance
Packages that use AmountOfSubstance
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of AmountOfSubstance in org.djunits.quantity
Fields in org.djunits.quantity declared as AmountOfSubstanceModifier and TypeFieldDescriptionstatic final AmountOfSubstanceAmountOfSubstance.NaNConstant with value NaN.static final AmountOfSubstanceAmountOfSubstance.NEG_MAXVALUEConstant with value -MAX_VALUE.static final AmountOfSubstanceAmountOfSubstance.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final AmountOfSubstanceAmountOfSubstance.ONEConstant with value one.static final AmountOfSubstanceAmountOfSubstance.POS_MAXVALUEConstant with value MAX_VALUE.static final AmountOfSubstanceAmountOfSubstance.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final AmountOfSubstanceAmountOfSubstance.ZEROConstant with value zero.Methods in org.djunits.quantity that return AmountOfSubstanceModifier and TypeMethodDescriptionfinal AmountOfSubstanceCalculate the division of CatalyticActivity and Frequency, which results in a AmountOfSubstance scalar.AmountOfSubstance.instantiate(double si) final AmountOfSubstanceCalculate the multiplication of CatalyticActivity and Duration, which results in a AmountOfSubstance scalar.static AmountOfSubstanceReturns a AmountOfSubstance based on a value and the textual representation of the unit, which can be localized.static AmountOfSubstanceAmountOfSubstance.ofSi(double si) Return a AmountOfSubstance instance based on an SI value.AmountOfSubstance.Unit.ofSi(double si) static AmountOfSubstanceReturns a AmountOfSubstance representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type AmountOfSubstanceModifier and TypeMethodDescriptionfinal DimensionlessAmountOfSubstance.divide(AmountOfSubstance v) Calculate the division of AmountOfSubstance and AmountOfSubstance, which results in a Dimensionless scalar.final FrequencyCatalyticActivity.divide(AmountOfSubstance v) Calculate the division of CatalyticActivity and AmountOfSubstance, which results in a Frequency scalar.Constructors in org.djunits.quantity with parameters of type AmountOfSubstanceModifierConstructorDescriptionConstruct AmountOfSubstance quantity.