Negates the first input and then computes the logical OR of the second input and the negated input.
In other words, if the first input is True and the second input is False, this node returns False. Otherwise, it returns True.
This function performs bitwise operations on numeric inputs.
The second input to the operation.
This input must be the same data type as x.
The logical OR of y and of the logical negation of x.
Where This Node Can Run:
Desktop OS: none
FPGA: All devices
Web Server: Not supported in VIs that run in a web application