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 接口

 

multiply 方法

将两个 DecimalNumber 相乘并返回得出的乘积。

语法
DecimalNumber DecimalNumber.multiply(
  DecimalNumber num1,
  DecimalNumber num2
) throws ULjException
参数
  • num1   被乘数。

  • num2   乘数。

返回值

num1 和 num2 之积。