Uses of Class
com.storedobject.core.WeightRate
Packages that use WeightRate
-
Uses of WeightRate in com.storedobject.core
Methods in com.storedobject.core that return WeightRateModifier and TypeMethodDescriptionWeightRate.absolute()Absolute value of this quantity.Add quantityAdd quantity valueWeightRate.add(BigDecimal quantity) Add quantityWeightRate.divide(double divisor) Divide the quantity with a valueWeightRate.divide(BigDecimal divisor) Divide the quantity with a valueWeightRate.multiply(double multiplicand) MultiplyWeightRate.multiply(BigDecimal multiplicand) MultiplyWeightRate.negate()Reverses the sign of this quantitySubtract quantitySubtract quantityWeightRate.subtract(BigDecimal quantity) Subtract quantityWeightRate.zero()Create a quantity of this type with zero value.