Return x rounded to the nearest long int using the current mode.
Synopses
Declared in <bdldfp_decimalimputil.h>
Return x rounded to the nearest long int using the current mode.
static
long
lrint(ValueType128 x);
Return x rounded to the nearest long int using the current mode.
static
long
lrint(ValueType32 x);
Return x rounded to the nearest long int using the current mode.
static
long
lrint(ValueType64 x);
Return Value
x rounded to the nearest long int using the current mode
Parameters
Name |
Description |
x |
value to round |
Created with MrDocs