Same as the overload taking int.
Declared in <bdldfp_decimalutil.h>
static
Decimal128
makeDecimalRaw128(
unsigned int significand,
int exponent);
Decimal128 value with the specified significand and exponent
| Name | Description |
|---|---|
| significand | coefficient of the decimal value |
| exponent | power of ten applied to significand |