[#BloombergLP-bdldfp-DecimalUtil-llrint-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::llrint :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `llrint`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static long long llrint(xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] x); ---- == Return Value integer nearest to `x` as a `long long int` == Parameters [cols="1,4"] |=== | Name| Description | *x* | value to round to nearest long long |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#