makeDecimal64 overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Return a DecimalNN object that has the specified significand and exponent, rounded according to the current decimal rounding mode, if necessary. If an overflow condition occurs, store the value of the macro ERANGE into errno and return infinity with the appropriate sign.
static
Decimal64
makeDecimal64(
int significand,
int exponent);
Same as the overload taking int.
static
Decimal64
makeDecimal64(
long long significand,
int exponent);
Set the value of this object to be a "Decimal64" value. Optionally specify the value of the "Decimal64".
static
Decimal64
makeDecimal64(
unsigned int significand,
int exponent);
Set the value of this object to be a "Decimal64" value. Optionally specify the value of the "Decimal64".
static
Decimal64
makeDecimal64(
unsigned long long significand,
int exponent);
Created with MrDocs