ArrayLogic Op

ArrayLogic

Performs logical comparison operations on a single array of numbers


<p>The following operations are available If any of the following evaluates to true then the output is 1 else 0</p> <pre><code>&gt; &lt; &gt;= &lt;=

!= </code></pre> <p>Pass modes, if they evaluate to true then the value is passed through else 0</p> <pre><code>&gt;pass &lt;pass &gt;=pass &lt;=pass ==pass !=pass </code></pre>


Full Name
  • Ops.Array.ArrayLogic
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


array 0 (Array)

<p>Array in</p>

Comparison mode index (Number:

<i>integer</i>

)

Number for comparison (Number)

<p>The number used to apply a logical comparison operator to all the numbers in the array</p>

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

OUTPUT PORTS


Array result (Array)

<p>Array out</p>

Array length (Number)

Patches using ArrayLogic

  • Examples
  • Public
  • My Patches