[#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 `Deciaml128` object representing a decimal floating point number consisting of the specified `significand` and specified `exponent`, with the sign given by the `significand` (if signed). The behavior is undefined unless `‐6176 <= exponent <= 6111`. [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..._]# Set the value of this object to be a "DecimalRaw128" value. Optionally specify the `value` of the "DecimalRaw128". [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..._]# Set the value of this object to be a "DecimalRaw128" value. Optionally specify the `value` of the "DecimalRaw128". [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..._]# Set the value of this object to be a "DecimalRaw128" value. Optionally specify the `value` of the "DecimalRaw128". [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#