[#BloombergLP-bdldfp-DecimalUtil-round-09c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::round :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `round`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] round( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] x, unsigned int precision); ---- == Return Value `x` rounded to the specified number of decimal places == Parameters [cols="1,4"] |=== | Name| Description | *x* | value to round | *precision* | number of decimal places to round to |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#