[#BloombergLP-bdldfp-DecimalImpUtil-scaleB-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::scaleB :relfileprefix: ../../../ :mrdocs: `scaleB` overloads == Synopses Declared in `<bdldfp_decimalimputil.h>` Scale the specified decimal `value` by `10` raised to `exponent`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[DecimalImpUtil::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil/scaleB-04.adoc[scaleB]( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] value, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/scaleB-04.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/DecimalImpUtil/ValueType32.adoc[DecimalImpUtil::ValueType32] xref:BloombergLP/bdldfp/DecimalImpUtil/scaleB-0fd.adoc[scaleB]( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[ValueType32] value, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/scaleB-0fd.adoc[_» more..._]# Return `value` multiplied by 10 raised to `exponent`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[DecimalImpUtil::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil/scaleB-0ff.adoc[scaleB]( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] value, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/scaleB-0ff.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#