Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从第一个 DecimalNumber 对象中减去第二个 DecimalNumber 对象,并返回差值。
DecimalNumber DecimalNumber.subtract( DecimalNumber num1, DecimalNumber num2 ) throws ULjException
num1 被减数。
num2 减数。
num1 和 num2 之差。