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