Less Than Functoid

 

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

Input

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

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

Output

Output 1: The Boolean value True if the value of the first input parameter is less 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
Less Than or Equal To Functoid