[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-scaleB-095] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::scaleB :relfileprefix: ../../../ :mrdocs: `scaleB` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Scale the specified decimal `value` by `10` raised to `exponent`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/scaleB-06.adoc[scaleB]( xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[ValueType128] value, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/scaleB-06.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. The result is unspecified if `value` is NaN or infinity. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[DecimalImpUtil_IntelDfp::ValueType32] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/scaleB-096.adoc[scaleB]( xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[ValueType32] value, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/scaleB-096.adoc[_» more..._]# Return `value` multiplied by 10 raised to `exponent`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/scaleB-00.adoc[scaleB]( xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[ValueType64] value, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/scaleB-00.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#