Greater Than Functoid

 

Use the Greater Than functoid ( Icon that represents the Greater Than functoid.) to test whether the first input parameter is greater than the second input parameter.

Input

Parameter 1: A value to be tested to determine whether it is greater than parameter 2.

Parameter 2: A value to be tested to determine whether it is greater than parameter 1.

Output

Output 1: The Boolean value True if the value of the first input parameter is greater than the value of the second input parameter; the Boolean value False otherwise.

Remarks

Input parameter values can be in a variety of data types (string, numeric, or logical). For more information about how the Logical functoids handle input parameters of different types, see Logical Functoids Reference.

See Also

Logical Functoids Reference
Logical Functoids
How to Add Basic Functoids to a Map
Greater Than or Equal To Functoid