Return a Decimal64 with the given significand and exponent.
Declared in <bdldfp_decimalimputil.h>
static
ValueType64
makeDecimal64(
unsigned int significand,
int exponent);
a Decimal64 with the given significand and exponent
| Name | Description |
|---|---|
| significand | coefficient of the decimal value |
| exponent | power of ten applied to significand |