ArrayLogicArray Op

ArrayLogicArray

Performs logical comparison operations on two arrays


<p>The following operations are available, if they evaluate to true then the value becomes 1 else 0 :</p> <pre><code>&gt; &lt; &gt;= &lt;=

!= </code></pre> <p>With the pass mode if the test evaluates to true then array 0 is passed through</p> <pre><code>&gt;pass &lt;pass &gt;=pass &lt;=pass ==pass !=pass </code></pre>


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


INPUT PORTS


array 0 (Array)

<p>Array 0 in</p>

array 1 (Array)

<p>Array 1 in</p>

value if true (Number)

<p>default 1 - set your own value if it evaluates to true</p>

value if false (Number)

<p>default 0 - set your own value if it evaluates to false</p>

Comparison mode index (Number:

<i>integer</i>

)

OUTPUT PORTS


Array result (Array)

<p>Array out</p>

Array length (Number)

<p>Length of array out </p>


Patches using ArrayLogicArray

  • Examples
  • Public
  • My Patches

Changelog


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