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

And Op



And
Namespace: Ops.Boolean

Op author: pandur

Test Patches: 1 Test

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


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


Inputs

bool 1 (boolean /Number)

The first boolean value

bool 2 (boolean /Number)

The second boolean value

Outputs

result (Number)

The result, only true when both input values are true


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using And

  • Examples
  • Public
  • My Patches