ArrayLogicArray Op
Performs logical comparison operations on two arrays
Summary (oneliner)
The following operations are available, if they evaluate to true then the value becomes 1 else 0 :
>
<
>=
<=
==
!=
With the pass mode if the test evaluates to true then array 0 is passed through
>pass
<pass
>=pass
<=pass
==pass
!=pass
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)
Array 0 in
array 1 (Array)
Array 1 in
value if true (Number)
default 1 - set your own value if it evaluates to true
value if false (Number)
default 0 - set your own value if it evaluates to false
Comparison mode index (Number: integer)
OUTPUT PORTS
Array result (Array)
Array out
Array length (Number)
Length of array out