Return the IEEE‐754 negation of a decimal value.
Synopsis
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalImpUtil_IntelDfp::ValueType64
negate(ValueType64 value);
Return Value
negated value of value
Parameters
Name |
Description |
value |
decimal value to negate |
Created with MrDocs