Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Multiplies two DecimalNumber objects together and returns the product.
DecimalNumber DecimalNumber.multiply( DecimalNumber num1, DecimalNumber num2 ) throws ULjException
num1 A multiplicand.
num2 A multiplier.
The product of num1 and num2.