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