Get the mantissa of an XFL enclosing number
Return the mantissa part of an XFL as an unsigned integer
C
C
📘HintThe mantissa of a negative XFL is positive. Use
float_sign
to get the sign.
float1
int64_t
An XFL floating point enclosing number
int64_t
The mantissa of the XFL
If negative, an error:
INVALID_FLOAT
- the supplied parameter was not a valid XFL enclosing number