WINDOW

THE BOX'S MAIN HELP:
Returns the logical value for a test of X > MAX or X < MIN.
True is any non-zero number, false is 0.

MAX (input):
The maximum value X is tested against.  May be any data type.
But must be the same data type as MIN.

MIN (input):
The minimum value X is tested against.  May be any data type.
But must be the same data type as MAX.

X (input):
Value to be tested.  May be any data type.
But must be the same data type as MIN and MAX.

OUT (output):
OUT is true if X > MAX or X > MIN, else false.
True is any non-zero number, false is 0.

<-- BACK TO Logic

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