[#BloombergLP-bdldfp-operator_minus-0f2] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator‐ :relfileprefix: ../../ :mrdocs: Unary minus operators == Synopses Declared in `<bdldfp_decimal.h>` 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"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-0f1.adoc[operator‐](xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] value); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0f1.adoc[_» more..._]# Return the result of applying the unary ‐ operator to the specified `value` as described by IEEE‐754, essentially reversing the sign bit. Note that floating‐point numbers have signed zero, so this operation is not the same as `0 ‐ value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-0ae.adoc[operator‐](xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] value); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0ae.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"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-034.adoc[operator‐](xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] value); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-034.adoc[_» more..._]# Subtract the value of the specified `rhs` from the value of the specified `lhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-0a0.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0a0.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-07a.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-07a.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-078.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-078.adoc[_» more..._]# Subtract the specified `rhs` from the value of the specified `lhs` as described by IEEE‐754 and return a reference to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-02c.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-02c.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-0503.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0503.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-064.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-064.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-0e.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, unsigned int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0e.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-0a8.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, unsigned long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0a8.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-0c.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, unsigned long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0c.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-03c.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-03c.adoc[_» more..._]# Subtract the value of the specified `rhs` from the value of the specified `lhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-02a.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-02a.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-0a2.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0a2.adoc[_» more..._]# Subtract the specified `rhs` from the value of the specified `lhs` as described by IEEE‐754 and return a reference to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-066.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-066.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-0a1.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0a1.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-062.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-062.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-045.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, unsigned int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-045.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-001.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, unsigned long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-001.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-02f.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, unsigned long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-02f.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-0bf8.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0bf8.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-079.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-079.adoc[_» more..._]# Subtract the value of the specified `rhs` from the value of the specified `lhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-052.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-052.adoc[_» more..._]# Subtract the specified `rhs` from the value of the specified `lhs` as described by IEEE‐754 and return a reference to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-0bf3.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0bf3.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-01f.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-01f.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-03a.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-03a.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-04a.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, unsigned int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-04a.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-073.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, unsigned long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-073.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-076.adoc[operator‐]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, unsigned long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-076.adoc[_» more..._]# Subtract the specified `rhs` from the value of the specified `lhs` as described by IEEE‐754 and return a reference to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-0da.adoc[operator‐]( int lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0da.adoc[_» more..._]# Subtract the specified `rhs` from the value of the specified `lhs` as described by IEEE‐754 and return a reference to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-0501.adoc[operator‐]( int lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0501.adoc[_» more..._]# Subtract the specified `rhs` from the value of the specified `lhs` as described by IEEE‐754 and return a reference to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-088.adoc[operator‐]( int lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-088.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-0a6.adoc[operator‐]( long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0a6.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-0fa.adoc[operator‐]( long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0fa.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-006.adoc[operator‐]( long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-006.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-07b.adoc[operator‐]( long long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-07b.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-012.adoc[operator‐]( long long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-012.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-008d.adoc[operator‐]( long long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-008d.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-0d8.adoc[operator‐]( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0d8.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-04b.adoc[operator‐]( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-04b.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-0dc.adoc[operator‐]( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0dc.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-008f.adoc[operator‐]( unsigned long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-008f.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-0b3.adoc[operator‐]( unsigned long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0b3.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-06f.adoc[operator‐]( unsigned long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-06f.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_minus-0bf7.adoc[operator‐]( unsigned long long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0bf7.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_minus-08c.adoc[operator‐]( unsigned long long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-08c.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator‐`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_minus-0aa.adoc[operator‐]( unsigned long long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_minus-0aa.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#