float_sign
Get the sign of an XFL enclosing number
Last updated
Was this helpful?
Get the sign of an XFL enclosing number
Last updated
Was this helpful?
Return 1
if the XFL is negative, otherwise return 0
float1
int64_t
An XFL floating point enclosing number
int64_t
The sign of the XFL:
0
if positive, 1
if negative.
If negative, an error:
INVALID_FLOAT
- the supplied parameter was not a valid XFL enclosing number