Uses of Class
com.storedobject.core.Speed
Packages that use Speed
-
Uses of Speed in com.storedobject.core
Methods in com.storedobject.core that return SpeedModifier and TypeMethodDescriptionSpeed.absolute()
Absolute value of this quantity.Add quantityAdd quantity valueSpeed.add
(BigDecimal quantity) Add quantitySpeed.divide
(double divisor) Divide the quantity with a valueSpeed.divide
(BigDecimal divisor) Divide the quantity with a valueSpeed.multiply
(double multiplicand) MultiplySpeed.multiply
(BigDecimal multiplicand) MultiplySpeed.negate()
Reverses the sign of this quantitySubtract quantitySubtract quantitySpeed.subtract
(BigDecimal quantity) Subtract quantitySpeed.zero()
Create a quantity of this type with zero value.