Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将第一个 DecimalNumber 对象除以第二个 DecimalNumber 对象,返回商。
DecimalNumber DecimalNumber.divide( DecimalNumber num1, DecimalNumber num2 ) throws ULjException
num1 被除数。
num2 除数。
num1 除以 num2 所得的商。