Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.53 KB

greater-than-functoid.md

File metadata and controls

38 lines (25 loc) · 1.53 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version
Learn more about: Greater Than Functoid
Greater Than Functoid
Greater Than Functoid
3573241d-d7ef-4be4-beb5-7c49fe7815e2
51527252
08/30/2017
v=BTS.80

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