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

SQL Anywhere 11.0.1 (日本語) » Ultra Light J » Ultra Light J リファレンス » Ultra Light J API リファレンス » DecimalNumber インタフェース

 

add メソッド

2 つの DecimalNumber を加算し、その和を返します。

構文
DecimalNumber DecimalNumber.add(
  DecimalNumber num1,
  DecimalNumber num2
) throws ULjException
パラメータ
  • num1   最初の数値。

  • num2   2 番目の数値。

戻り値

num1 と num2 の和。