Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Adds two DecimalNumbers together and returns the sum.
DecimalNumber DecimalNumber.add( DecimalNumber num1, DecimalNumber num2 ) throws ULjException
num1 A first number.
num2 A second number.
The sum of num1 and num2.