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

ArrayLogicArray Op



ArrayLogicArray
Related ops:Ops.Array.ArrayLogic  
Namespace: Ops.Array

Op author: andro

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


Inputs

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 (integer /Number)

Outputs

Array result (Array)

Array out

Array length (Number)

Length of array out


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

ArrayLogicArray example


Patches using ArrayLogicArray

  • Examples
  • Public
  • My Patches

Changelog


created op
2019-06-14 - andro