[#BloombergLP-bdldfp-DecimalUtil-makeDecimalRaw128-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::makeDecimalRaw128 :relfileprefix: ../../../ :mrdocs: 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`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] makeDecimalRaw128( int significand, int exponent); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#