Construct a raw 128‐bit decimal value from the specified significand and exponent.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
DecimalImpUtil::ValueType128
makeDecimalRaw128(
    unsigned int significand,
    int exponent);

Created with MrDocs