negate overloads
Declared in <bdldfp_decimalimputil_inteldfp.h>
Return the negation of the specified 128-bit decimal value.
static
DecimalImpUtil_IntelDfp::ValueType128
negate(ValueType128 value);
» more...
Return the result of applying the unary - operator to the specified value as described by IEEE-754. Note that floating-point numbers have signed zero, therefore this operation is not the same as 0-value.
static
DecimalImpUtil_IntelDfp::ValueType32
negate(ValueType32 value);
» more...
Return the negation of the specified decimal value.
static
DecimalImpUtil_IntelDfp::ValueType64
negate(ValueType64 value);
» more...