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

ArrayLogic Op

ArrayLogic

Performs logical comparison operations on a single array of numbers


The following operations are available
If any of the following evaluates to true then the output is 1 else 0

> 
<
>=
<=
==
!=

Pass modes, if they evaluate to true then the value is passed through else 0

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

Edit Documentation

Full Name
  • Ops.Array.ArrayLogic
Visibility
  • Core Op - Official cables op
Author


 

INPUT PORTS


array 0 (Array)

Array in

Comparison mode index (Number:integer )
Number for comparison (Number)

The number used to apply a logical comparison operator to all the numbers in the array

value if true (Number)
value if false (Number)

OUTPUT PORTS


Array result (Array)

Array out

Array length (Number)

Usages of ArrayLogic

  • Examples
  • Public
  • My Patches
  • Ops