[#BloombergLP-bdldfp-DecimalUtil-quantize-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::quantize :relfileprefix: ../../../ :mrdocs: Same as the overload taking `Decimal64`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] quantize( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] 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]#