Operator GreaterThan
| Improve this Doc View SourceGreaterThan(_Single, _Single)
Compares the two _Single parameters to determine whether the first is greater than 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. |