BloombergLP::bdldfp::DecimalUtil::classify

classify overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for classify.

static
int
classify(Decimal128 x);
» more...

Return the floating-point classification of the specified x.

static
int
classify(Decimal32 x);
» more...

Same as the related overload above for classify.

static
int
classify(Decimal64 x);
» more...

Return Value

floating-point classification of x

Parameters

NameDescription
xvalue to classify