Uses of Class
com.storedobject.core.VolumeRate
Packages that use VolumeRate
-
Uses of VolumeRate in com.storedobject.core
Methods in com.storedobject.core that return VolumeRateModifier and TypeMethodDescriptionVolumeRate.absolute()Absolute value of this quantity.Add quantityAdd quantity valueVolumeRate.add(BigDecimal quantity) Add quantityVolumeRate.divide(double divisor) Divide the quantity with a valueVolumeRate.divide(BigDecimal divisor) Divide the quantity with a valueVolumeRate.multiply(double multiplicand) MultiplyVolumeRate.multiply(BigDecimal multiplicand) MultiplyVolumeRate.negate()Reverses the sign of this quantitySubtract quantitySubtract quantityVolumeRate.subtract(BigDecimal quantity) Subtract quantityVolumeRate.zero()Create a quantity of this type with zero value.