And Op
Outputs true if both input values are true (boolean)
Summary (oneliner)
| Bool1 | Bool2 | Result |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Full Name
- Ops.Boolean.And
- Core Op - visible for everyone
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch AND bool
INPUT PORTS
bool 1 (Number: boolean)
The first boolean value
bool 2 (Number: boolean)
The second boolean value
OUTPUT PORTS
result (Number)
The result, only true when both input values are true