And Op

And

Outputs `true` if both input values are `true` (boolean)


Bool1 Bool2 Result
0 0 0
0 1 0
1 0 0
1 1 1

Edit Documentation

Full Name
  • Ops.Boolean.And
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

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


Patches using And

  • Examples
  • Public
  • My Patches