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 インタフェース

 

divide メソッド

最初の DecimalNumber を 2 番目の DecimalNumber で割ってその商を返します。

構文
DecimalNumber DecimalNumber.divide(
  DecimalNumber num1,
  DecimalNumber num2
) throws ULjException
パラメータ
  • num1   被除数。

  • num2   除数。

戻り値

num1 を num2 で割った商。