OR

THE BOX'S MAIN HELP:
Returns the logical OR of the inputs.
If A or B are true, OUT is true, else false.
True is any non-zero number, false is 0.
A  B  OUT
---------
0  0 | 0
0  1 | 1
1  0 | 1
1  1 | 1

A (input):
Value to be tested. Must be a float.

B (input):
Value to be tested.  Must be a float.

OUT (output):
OUT is true if A or B are true.
True is any non-zero number, false is 0.

<-- BACK TO Logic

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