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