[#BloombergLP-bdldfp-DecimalUtil-llrint-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::llrint :relfileprefix: ../../../ :mrdocs: `llrint` overloads == Synopses Declared in `<bdldfp_decimalutil.h>` Same as the related overload above for `llrint`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static long long xref:BloombergLP/bdldfp/DecimalUtil/llrint-01.adoc[llrint](xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/llrint-01.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static long long xref:BloombergLP/bdldfp/DecimalUtil/llrint-08.adoc[llrint](xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/llrint-08.adoc[_» more..._]# Same as the related overload above for `llrint`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static long long xref:BloombergLP/bdldfp/DecimalUtil/llrint-02.adoc[llrint](xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/llrint-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#