Return the negation of value.
Synopses
Declared in <bdldfp_decimalimputil.h>
Return the negation of value.
static
DecimalImpUtil::ValueType128
negate(ValueType128 value);
Return the negation of value.
static
DecimalImpUtil::ValueType32
negate(ValueType32 value);
Return the negation of value.
static
DecimalImpUtil::ValueType64
negate(ValueType64 value);
Return Value
the negation of value
Parameters
Name |
Description |
value |
value to negate |
Created with MrDocs