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