[#BloombergLP-bdldfp-operator_minus-034] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator‐ :relfileprefix: ../../ :mrdocs: 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`. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] operator‐(xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#