Return x rounded to the nearest integral value.
Synopsis
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType128
round(ValueType128 x);
Return Value
x rounded to the nearest integral value
Parameters
Name |
Description |
x |
value to round |
Created with MrDocs