Decrement operators
Synopses
Declared in <bdldfp_decimal.h>
Apply the prefix ‐‐ operator to the specified value and return its original value. Note that this is a floating‐point value so this operations may not change the value of this object at all (if the value is large) or it may just set it to ‐1.0 (if the original value is small).
bdldfp::Decimal128
operator‐‐(
Decimal128& value,
int);
Apply the prefix ‐‐ operator to the specified value and return its original value. Note that this is a floating‐point value so this operation may not change the value of this object at all (if the value is large) or it may just set it to ‐1.0 (if the original value is small).
bdldfp::Decimal32
operator‐‐(
Decimal32& value,
int);
Apply the prefix ‐‐ operator to the specified value and return its original value. Note that this is a floating‐point value so this operations may not change the value of this object at all (if the value is large) or it may just set it to ‐1.0 (if the original value is small).
bdldfp::Decimal64
operator‐‐(
Decimal64& value,
int);
Created with MrDocs