sameQuantum overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Return true if x and y have the same quantum, and false otherwise.

static
bool
sameQuantum(
    ValueType128 x,
    ValueType128 y);

Return true if the specified x and y values have the same quantum exponents, and false otherwise. If both arguments are NaN or both arguments are infinity, they have the same quantum exponents. Note that if exactly one operand is NaN or exactly one operand is infinity, they do not have the same quantum exponents.

static
bool
sameQuantum(
    ValueType32 x,
    ValueType32 y);

Return true if x and y have the same quantum, and false otherwise.

static
bool
sameQuantum(
    ValueType64 x,
    ValueType64 y);

Created with MrDocs