Return true if x and y have the same quantum exponents.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
bool
sameQuantum(
    ValueType128 x,
    ValueType128 y);

Return Value

true if x and y have the same quantum exponents

Parameters

Name

Description

x

first value

y

second value

Created with MrDocs