Operator operator >
operator >(Decimal128, Decimal128)
Returns a value indicating whether a specified Decimal128 is greater than another specified Decimal128.
Parameters
x
Decimal128The first value.
y
Decimal128The second value.
Returns
- bool
true if x > y; otherwise, false.