[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-makeDecimalRaw128-057] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::makeDecimalRaw128 :relfileprefix: ../../../ :mrdocs: Create a raw `ValueType128` from a significand and exponent. == Synopsis Declared in `<bdldfp_decimalimputil_inteldfp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] makeDecimalRaw128( int significand, int exponent); ---- == Return Value the corresponding raw decimal128 value == Parameters [cols="1,4"] |=== | Name| Description | *significand* | integer significand | *exponent* | decimal exponent |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#