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