ArrayLogic Op
Performs logical comparison operations on a single array of numbers
Summary (oneliner)
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
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)
Array in
Comparison mode index (Number: integer)
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)
OUTPUT PORTS
Array result (Array)
Array out
Array length (Number)