[#BloombergLP-bdldfp-DecimalUtil-multiplyByPowerOf10-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::multiplyByPowerOf10 :relfileprefix: ../../../ :mrdocs: `multiplyByPowerOf10` overloads == Synopses Declared in `<bdldfp_decimalutil.h>` Same as the related overload above for `multiplyByPowerOf10`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] xref:BloombergLP/bdldfp/DecimalUtil/multiplyByPowerOf10-0f.adoc[multiplyByPowerOf10]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] value, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/multiplyByPowerOf10-0f.adoc[_» more..._]# Return `value` multiplied by ten raised to `exponent`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] xref:BloombergLP/bdldfp/DecimalUtil/multiplyByPowerOf10-03.adoc[multiplyByPowerOf10]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] value, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/multiplyByPowerOf10-03.adoc[_» more..._]# Same as the related overload above for `multiplyByPowerOf10`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] xref:BloombergLP/bdldfp/DecimalUtil/multiplyByPowerOf10-0e.adoc[multiplyByPowerOf10]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] value, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/multiplyByPowerOf10-0e.adoc[_» more..._]# == 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]#