llrint overloads
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for llrint.
static
long long
llrint(Decimal128 x);
» more...
Return the integer nearest to x using the current rounding mode.
static
long long
llrint(Decimal32 x);
» more...
Same as the related overload above for llrint.
static
long long
llrint(Decimal64 x);
» more...
integer nearest to x as a long long int
| Name | Description |
|---|---|
| x | value to round to nearest long long |