BloombergLP::bdldfp::DecimalImpUtil::classify

Return the floating-point classification of x.

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the floating-point classification of x.

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

Return the floating-point classification of x.

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

Return the floating-point classification of x.

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

Return Value

the floating-point classification of x

Parameters

NameDescription
xvalue to classify