[#BloombergLP-bdldfp-DecimalImpUtil-lround-0c4] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::lround :relfileprefix: ../../../ :mrdocs: Return `x` rounded to the nearest `long int`. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static long lround(xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] x); ---- == Return Value `x` rounded to the nearest `long int` == Parameters [cols="1,4"] |=== | Name| Description | *x* | value to round |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#