HELP
An object that branches output if one input
is greater than the other.

USE
Use If A > B to test for one input being
greater than the other and branch based on
that test.

LOCATION
Flow ==> Conditional ==> If A > B

NOTES
If A > B is a preconfigured If/Then/Else
object.  You cannot change the condition or
modify the data inputs.  You can use
If/Then/Else to change the condition or data
inputs.

If the value of A is greater than the
value of B, the Then output is propagated
with an Int32 scalar 1, else the Else output
is propagated with an Int32 scalar 0.

SEE ALSO
Conditional, If/Then/Else, If A == B, If A !=
B, If A < B, If A <= B, and If A >= B.

Relational under Formula.
