Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » DecimalNumber 接口

 

add 方法

将两个 DecimalNumber 相加并返回得出的和。

语法
DecimalNumber DecimalNumber.add(
  DecimalNumber num1,
  DecimalNumber num2
) throws ULjException
参数
  • num1   第一个数。

  • num2   第二个数。

返回值

num1 和 num2 之和。