[#BloombergLP-bdldfp-DecimalImpUtil-llrint-085] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::llrint :relfileprefix: ../../../ :mrdocs: Return `x` rounded to the nearest `long long int`. == Synopses Declared in `<bdldfp_decimalimputil.h>` Return `x` rounded to the nearest `long long int`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static long long xref:BloombergLP/bdldfp/DecimalImpUtil/llrint-08e.adoc[llrint](xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/llrint-08e.adoc[_» more..._]# Return `x` rounded to the nearest `long long int`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static long long xref:BloombergLP/bdldfp/DecimalImpUtil/llrint-04.adoc[llrint](xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[ValueType32] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/llrint-04.adoc[_» more..._]# Return `x` rounded to the nearest `long long int`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static long long xref:BloombergLP/bdldfp/DecimalImpUtil/llrint-03.adoc[llrint](xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/llrint-03.adoc[_» more..._]# == Return Value `x` rounded to the nearest `long long int` == Parameters [cols="1,4"] |=== | Name| Description | *x* | value to round |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#