beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

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
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


Usages of And

  • Examples
  • Public
  • My Patches
  • Ops