[#BloombergLP-bdldfp-DecimalImpUtil-quantize-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::quantize :relfileprefix: ../../../ :mrdocs: Return `value` with the quantum of `exponent`. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[DecimalImpUtil::ValueType128] quantize( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] value, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] exponent); ---- == Return Value `value` with the quantum of `exponent` == Parameters [cols="1,4"] |=== | Name| Description | *value* | value to quantize | *exponent* | value supplying the target quantum |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#