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