BloombergLP::bdldfp::DecimalImpUtil::llrint

Return x rounded to the nearest long long int.

Synopses

Declared in <bdldfp_decimalimputil.h>

Return x rounded to the nearest long long int.

static
long long
llrint(ValueType128 x);
» more...

Return x rounded to the nearest long long int.

static
long long
llrint(ValueType32 x);
» more...

Return x rounded to the nearest long long int.

static
long long
llrint(ValueType64 x);
» more...

Return Value

x rounded to the nearest long long int

Parameters

NameDescription
xvalue to round