lround overloads
Declared in <bdldfp_decimalimputil.h>
Return x rounded to the nearest long value.
static
long
lround(ValueType128 x);
» more...
Return the integral value nearest to the specified x. Round halfway cases away from zero, regardless of the current decimal floating point rounding mode.
static
long
lround(ValueType32 x);
» more...
Return x rounded to the nearest long value.
static
long
lround(ValueType64 x);
» more...