[#BloombergLP-bdldfp-DecimalUtil-makeDecimalRaw128-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::makeDecimalRaw128 :relfileprefix: ../../../ :mrdocs: `makeDecimalRaw128` overloads == Synopses Declared in `<bdldfp_decimalutil.h>` Create a `Decimal128` from raw significand and exponent. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] xref:BloombergLP/bdldfp/DecimalUtil/makeDecimalRaw128-07.adoc[makeDecimalRaw128]( int significand, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/makeDecimalRaw128-07.adoc[_» more..._]# Same as the overload taking `int`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] xref:BloombergLP/bdldfp/DecimalUtil/makeDecimalRaw128-01.adoc[makeDecimalRaw128]( long long significand, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/makeDecimalRaw128-01.adoc[_» more..._]# Same as the overload taking `int`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] xref:BloombergLP/bdldfp/DecimalUtil/makeDecimalRaw128-0b.adoc[makeDecimalRaw128]( unsigned int significand, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/makeDecimalRaw128-0b.adoc[_» more..._]# Same as the overload taking `int`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] xref:BloombergLP/bdldfp/DecimalUtil/makeDecimalRaw128-09.adoc[makeDecimalRaw128]( unsigned long long significand, int exponent); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/makeDecimalRaw128-09.adoc[_» more..._]# == Return Value Decimal128 value with the specified significand and exponent == Parameters [cols="1,4"] |=== | Name| Description | *significand* | coefficient of the decimal value | *exponent* | power of ten applied to `significand` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#