ArrayLogic Op
Performs logical comparison operations on a single array of numbers
Summary (oneliner)
<p>The following operations are available If any of the following evaluates to true then the output is 1 else 0</p> <pre><code>> < >= <=
!= </code></pre> <p>Pass modes, if they evaluate to true then the value is passed through else 0</p> <pre><code>>pass <pass >=pass <=pass ==pass !=pass </code></pre>
Full Name
- Ops.Array.ArrayLogic
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArrayLogicSingle tester
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)