The bigintcvflt() function
The bigintcvflt() function converts a float type number to a BIGINT type number.
Syntax
mint bigintcvflt(dbl, bigintp)
const double dbl
bigint *bigintp
- dbl
- The float value to convert to bigint.
- bigintp
- A pointer to a bigint value to contain the result of the conversion.
Return values
- 0
- The conversion was successful.
- <0
- The conversion failed.