Return true if x and y have the same quantum exponents.
Declared in <bdldfp_decimalimputil.h>
static
bool
sameQuantum(
ValueType128 x,
ValueType128 y);
true if x and y have the same quantum exponents
| Name | Description |
|---|---|
| x | first value |
| y | second value |