[#BloombergLP-bdldfp-DecimalUtil-lround-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::lround :relfileprefix: ../../../ :mrdocs: `lround` overloads == Synopses Declared in `<bdldfp_decimalutil.h>` Same as the overload taking `Decimal64`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static long xref:BloombergLP/bdldfp/DecimalUtil/lround-01.adoc[lround](xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/lround-01.adoc[_» more..._]# Return the integral value nearest to the specified `x`. Round halfway cases away from zero, regardless of the current decimal floating point rounding mode. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static long xref:BloombergLP/bdldfp/DecimalUtil/lround-04.adoc[lround](xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/lround-04.adoc[_» more..._]# Same as the related overload above for `lround`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static long xref:BloombergLP/bdldfp/DecimalUtil/lround-0e.adoc[lround](xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/lround-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#