quantum overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for quantum.

static
int
quantum(Decimal128 value);

Return the exponent field of the specified value.

static
int
quantum(Decimal32 value);

Same as the related overload above for quantum.

static
int
quantum(Decimal64 value);

Return Value

exponent field of value

Parameters

Name

Description

value

decimal value whose exponent is returned

Created with MrDocs