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