![]() |
|
The dectolong() function converts a decimal type number into an int4 type number.
0 | The conversion was successful. |
-1200 | The magnitude of the decimal type number is greater than 2,147,483,647. |
The file dectolong.ec in the demo directory contains the following sample program.