ArrayLogicArray Op

ArrayLogicArray

Performs logical comparison operations on two arrays


The following operations are available, if they evaluate to true then the value becomes 1 else 0 :

>
<
>=
<=
==
!=

With the pass mode if the test evaluates to true then array 0 is passed through

>pass
<pass
>=pass
<=pass
==pass
!=pass

Edit Documentation

Full Name
  • Ops.Array.ArrayLogicArray
Visibility
  • Core Op - Official cables op
License
  • MIT
Author


 

INPUT PORTS


array 0 (Array)

Array 0 in

array 1 (Array)

Array 1 in

value if true (Number)

default 1 - set your own value if it evaluates to true

value if false (Number)

default 0 - set your own value if it evaluates to false

Comparison mode index (Number:integer )

OUTPUT PORTS


Array result (Array)

Array out

Array length (Number)

Length of array out


Patches using ArrayLogicArray

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarandro - 2019-06-14 17:39