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