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

SQL Anywhere 11.0.1 (Français) » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » DecimalNumber interface

 

multiply method

Multiplies two DecimalNumbers together and returns the product.

Syntax
DecimalNumber DecimalNumber.multiply(
  DecimalNumber num1,
  DecimalNumber num2
) throws ULjException
Parameters
  • num1   A multiplicand.

  • num2   A multiplier.

Returns

The product of num1 and num2.