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

ArrayLogic Op



ArrayLogic
Namespace: Ops.Array

Op author: andro

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


Inputs

array 0 (Array)

Array in

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

Outputs

Array result (Array)

Array out

Array length (Number)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

ArrayLogicSingle tester


Patches using ArrayLogic

  • Examples (1)
  • Public
  • My Patches