classify overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for classify.

static
int
classify(Decimal128 x);

Return the integer value that respresents the floating point classification of the specified x value as follows:

static
int
classify(Decimal32 x);

Same as the related overload above for classify.

static
int
classify(Decimal64 x);

Created with MrDocs