OR

THE BOX'S MAIN HELP:
Returns the logical OR of the inputs.
If A or any of the B's are true, OUT is true, else false.

A (input):
Value to be tested. Can be a boolean, integer, or scalar.

B (vinput):
Value to be tested. Can be a boolean, integer, or scalar.

OUT (output):
OUT is true if any of the inputs are true.
Can be a boolean, integer or scalar.

<-- BACK TO Logic

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