negate overloads
Declared in <bdldfp_decimalimputil_inteldfp.h>
Return the IEEE-754 negation of a decimal value.
static
DecimalImpUtil_IntelDfp::ValueType128
negate(ValueType128 value);
» more...
Return the IEEE-754 negation of a decimal value.
static
DecimalImpUtil_IntelDfp::ValueType32
negate(ValueType32 value);
» more...
Return the IEEE-754 negation of a decimal value.
static
DecimalImpUtil_IntelDfp::ValueType64
negate(ValueType64 value);
» more...
negated value of value
| Name | Description |
|---|---|
| value | decimal value to negate |