[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-negate-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::negate :relfileprefix: ../../../ :mrdocs: `negate` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Return the negation of the specified 128‐bit decimal value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/negate-00a.adoc[negate](xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[ValueType128] value); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/negate-00a.adoc[_» 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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[DecimalImpUtil_IntelDfp::ValueType32] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/negate-0c.adoc[negate](xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[ValueType32] value); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/negate-0c.adoc[_» more..._]# Return the negation of the specified decimal value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/negate-00e.adoc[negate](xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[ValueType64] value); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/negate-00e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#