GREATER_THAN

THE BOX'S MAIN HELP:
Returns the logical value for a test of A > B.
If A is greater than B, OUT is true, otherwise it is false.

A (input):
Value to be tested.  It may be any data type,
but must be the same data type as B.

B (input):
Value to be tested.  It may be any data type,
but must be the same data type as A.

OUT (output):
OUT is true if A is greater than B, otherwise it is false.

<-- BACK TO Logic

© Copyright 1996,1998 Cinema Graphics Inc. All Rights reserved.