negate overloads
Synopses
Declared in <bdldfp_decimalimputil.h>
Return the negation of the specified value.
static
DecimalImpUtil::ValueType128
negate(ValueType128 value);
Return the result of applying the unary negation (‐) operator to the specified value as described by IEEE‐754. Note that decimal floating point representations can encode signed zero values, thus negating 0 results in ‐0 and negating ‐0 results in 0.
static
DecimalImpUtil::ValueType32
negate(ValueType32 value);
Return the negation of the specified value.
static
DecimalImpUtil::ValueType64
negate(ValueType64 value);
Created with MrDocs