classify overloads
Synopses
Declared in <bdldfp_decimalimputil.h>
Classify the specified 128‐bit decimal x.
static
int
classify(ValueType128 x);
Return the integer value that respresents the floating point classification of the specified x value as follows:
static
int
classify(ValueType32 x);
Classify the specified 64‐bit decimal x.
static
int
classify(ValueType64 x);
Created with MrDocs