[#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 the result of multiplying the specified `value` by ten raised to the specified `exponent`. The quantum of `value` is scaled according to IEEE 754's `scaleB` operations. [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#