Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将两个 DecimalNumber 相加并返回得出的和。
DecimalNumber DecimalNumber.add( DecimalNumber num1, DecimalNumber num2 ) throws ULjException
num1 第一个数。
num2 第二个数。
num1 和 num2 之和。