Computes the logical AND of the inputs. If all inputs are TRUE, this node returns TRUE. Otherwise, it returns FALSE.
This node performs bitwise operations on numeric inputs.
input
An input to the operation.
This input can be any data type that contains only Boolean values, numbers, or error clusters, such as an array of numbers or a cluster of Booleans. If this input is an error cluster, the node uses only the status element of the error cluster.
logical AND
The logical AND of the inputs.
input 0 |
input 1 |
logical AND |
T |
T |
T |
T |
F |
F |
F |
T |
F |
F |
F |
F |
Where This Node Can Run:
Desktop OS: none
FPGA: All devices
Web Server: Not supported in VIs that run in a web application