Return a copy of the specified value if the value is not negative zero, and return positive zero otherwise.
Synopsis
Declared in <bdldfp_decimal.h>
bdldfp::Decimal128
operator+(Decimal128 value);
Return Value
copy of value if it is not negative zero, otherwise positive zero
Parameters
Name |
Description |
value |
operand |
Created with MrDocs