And_v2 Op

And

This op is deprecated!

It will not receive any updates

Outputs true if both input values are true (boolean)


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

Full Name
  • Ops.Extension.Deprecated.And_v2
Visibility
  •  Extension Op - visible for members of team Deprecated, is deprecated
License
  • MIT
AuthorgithubMaintained by Team


Op is missing in example patch!

Example Patch AND bool

Open In Editor

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


Changelog

Patches using And_v2

  • Examples
  • Public
  • My Patches