The AND function outputs the result of the logical AND operation performed on the inputs.
| Input | Data Type | Description |
|---|---|---|
| InputN | Boolean | Boolean |
| Output | Data Type | Description |
|---|---|---|
| Output1 | Boolean | The result of the logical AND operation performed on the inputs. |