Construct a raw 128‐bit decimal value from the specified significand and exponent.
Synopsis
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType128
makeDecimalRaw128(
long long significand,
int exponent);
Created with MrDocs