[#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 `x` as a `long int`. [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..._]# == Return Value integral value nearest to `x` as a `long int` == Parameters [cols="1,4"] |=== | Name| Description | *x* | value to round to nearest long int |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#