[#BloombergLP-bdldfp-DecimalImpUtil-llrint-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::llrint :relfileprefix: ../../../ :mrdocs: Return an integer value nearest to the specified `x`. Round `x` using the current rounding mode. If `x` is +/‐infnity, NaN (either signaling or quiet) or the rounded value is outside the range of the return type, store the value of the macro `EDOM` into `errno` and return implementation‐defined value. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static long long llrint(xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[ValueType32] x); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#