@GT

The GT function takes two or more integral number parameters, comparing the second through the last parameters to the first, returning true if the first parameter is greater than all subsequent parameters. If any parameter is found to be greater than or equal to the first, the function will not evaluate any subsequent parameters and will return false.

Parameters

@GT (Integer 1, [, ..., Integer N])
Integer 1
Required integral number parameter, contains the value to which all other parameters will be compared.
Integer N
Optional integral number parameter(s), each containing a value to be compared against Integer1. If Integer1 is less than or equal to this parameter, the function returns false and will not evaluate any subsequent parameters. If Integer 1 is greater than this parameter, the function will continue to evaluate any additional parameters, or return true of no other parameters are provided.

Supported Return Types

Boolean