AND
Returns the bitwise logical conjunction of all inputs. The number of inputs is extensible.
Input
Name | Type | Description |
|---|---|---|
IN1 | ANY_BIT | Input |
IN2 | ANY_BIT | Input |
INn | ANY_BIT | Input |
Output
Name | Type | Description |
|---|---|---|
OUT | ANY_BIT | Logical conjunction: IN1 & IN2 & … & INn |