Same as the overload taking int.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
Decimal64
makeDecimalRaw64(
    unsigned int significand,
    int exponent);

Return Value

Decimal64 value with the specified significand and exponent

Parameters

Name

Description

significand

coefficient of the decimal value

exponent

power of ten applied to significand

Created with MrDocs