Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03 |
|
|
PDF · Mobi · ePub |
Rounds the OraNumber
object to the specified decimal place.
OraNumber.Power decplaces
The arguments for the method are:
Arguments | Description |
---|---|
[in ] decplaces |
An Integer specifying the number of digits to the right of the decimal point from which to round. Negative values are allowed and signify digits to the left of the decimal point. |
The result of the operation is stored in the OraNumber
object. There is no return value.