Negate an XFL floating point number
Multiply an XFL by -1
Return a new XFL as an int64_t
Negates a float representation.
Returns an error code or the negated float as a bigint.
float1
int64_t
An XFL floating point enclosing number
f1
bigint
The float to negate.
int64_t
The XFL (xls17) enclosing number
If negative, an error:
INVALID_FLOAT
- one of the supplied parameters was not a valid XFL enclosing number
ErrorCode or bigint
An error code or The XFL (xls17) enclosing number.