Return the negation of value.
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType32
negate(ValueType32 value);
Note that decimal floating point representations can encode signed zero values, thus negating 0 results in -0 and negating -0 results in 0.
the negation of value
| Name | Description |
|---|---|
| value | value to negate |