Return the negation of value.
Declared in <bdldfp_decimalimputil.h>
Return the negation of value.
static
DecimalImpUtil::ValueType128
negate(ValueType128 value);
» more...
Return the negation of value.
static
DecimalImpUtil::ValueType32
negate(ValueType32 value);
» more...
Return the negation of value.
static
DecimalImpUtil::ValueType64
negate(ValueType64 value);
» more...
the negation of value
| Name | Description |
|---|---|
| value | value to negate |