llrint overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for llrint.
static
long long
llrint(Decimal128 x);
Return the integer nearest to x using the current rounding mode.
Same as the related overload above for llrint.
Return Value
integer nearest to x as a long long int
Parameters
Name |
Description |
x |
value to round to nearest long long |
Created with MrDocs