Checks if a value is greater than another value.
| Name | Type | Description |
|---|
| Value | Number | The number to check |
| Greater Than | Number | The value to compare against |
| | |
|---|
| Is Greater | Boolean | Returns whether the provided number is greater than the number provided by the Greater than input |