Operator GreaterThanOrEqual
| Improve this Doc View SourceGreaterThanOrEqual(_Decimal, _Decimal)
Compares the two _Decimal parameters to determine whether the first is greater than or equal the second.
Declaration
public static _Boolean operator >=(_Decimal x, _Decimal y)
Parameters
| Type | Name | Description |
|---|---|---|
| _Decimal | x | A _Decimal object. |
| _Decimal | y | A _Decimal object. |
Returns
| Type | Description |
|---|---|
| _Boolean | A _Decimal expression which contains the result. |