ArrayLogicArray Op
Performs logical comparison operations on two arrays
Summary (oneliner)
<p>The following operations are available, if they evaluate to true then the value becomes 1 else 0 :</p> <pre><code>> < >= <=
!= </code></pre> <p>With the pass mode if the test evaluates to true then array 0 is passed through</p> <pre><code>>pass <pass >=pass <=pass ==pass !=pass </code></pre>
Full Name
- Ops.Array.ArrayLogicArray
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArrayLogicArray example
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>