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