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