Operator operator >=
operator >=(Decimal128, Decimal128)
Returns a value indicating whether a specified Decimal128 is greater than or equal to another another specified Decimal128.
public static bool operator >=(Decimal128 x, Decimal128 y)
Parameters
xDecimal128The first value.
yDecimal128The second value.
Returns
- bool
true if x >= y; otherwise, false.