Construct a raw 64‐bit decimal from a signed significand and exponent.
Synopsis
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType64
makeDecimalRaw64(
int significand,
int exponent);
Created with MrDocs