If the matching row on the first input is greater than or equal to the matching row in the second input, true (1) is returned, false (0) otherwise. Undefined values are treated as false (0).
Syntax
GTE(Node1, Node2)
'Node1' >= 'Node2'
Parameter
Node: Input node, specified using the node name in single quotes (e.g. 'Profit')