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