Create a ValueType64 from the specified significand and exponent.
Synopsis
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType64
makeDecimalRaw64(
long long significand,
int exponent);
Created with MrDocs