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
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
array 0 (Array)
Array in
Comparison mode index (integer /Number)
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)
Outputs
Array result (Array)
Array out
Array length (Number)