[#BloombergLP-bdldfp-operator_inc-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator++ :relfileprefix: ../../ :mrdocs: Increment 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). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_inc-09.adoc[operator++]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128]& value, int); ---- [.small]#xref:BloombergLP/bdldfp/operator_inc-09.adoc[_» more..._]# 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). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_inc-0d.adoc[operator++]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32]& value, int); ---- [.small]#xref:BloombergLP/bdldfp/operator_inc-0d.adoc[_» more..._]# 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). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_inc-06.adoc[operator++]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64]& value, int); ---- [.small]#xref:BloombergLP/bdldfp/operator_inc-06.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#