On this page
Since 21.0

Performs a logical disjunction operation on the inputs.

Parameters

in1

The first input to test.

in2

The second input to test.

Outputs

out

The logical OR (disjunction) of the inputs. Ie, true if either one (or both) are true, and false otherwise.

VOP nodes