Uses of Class
com.storedobject.core.Angle
Packages that use Angle
-
Uses of Angle in com.storedobject.core
Methods in com.storedobject.core that return AngleModifier and TypeMethodDescriptionAngle.absolute()Absolute value of this quantity.Add quantityAdd quantity valueAngle.add(BigDecimal quantity) Add quantityAngle.divide(double divisor) Divide the quantity with a valueAngle.divide(BigDecimal divisor) Divide the quantity with a valueAngle.multiply(double multiplicand) MultiplyAngle.multiply(BigDecimal multiplicand) MultiplyAngle.negate()Reverses the sign of this quantitySubtract quantitySubtract quantityAngle.subtract(BigDecimal quantity) Subtract quantityAngle.zero()Create a quantity of this type with zero value.