Divides the first DecimalNumber by the second DecimalNumber and returns the quotient.
DecimalNumber DecimalNumber.divide( DecimalNumber num1, DecimalNumber num2 ) throws ULjException
num1 A dividend.
num2 A divisor.
The quotient of num1 divided by num2.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |