Patches

Greater Than

Greater Than

Check if a value is greater than another.

Each value is compared to the next one in order, and results are combined in one output. For example, 3 > 2 > 1 is true, while 4 > 3 > 10 is false.

Right-click to add more values to compare, or change the type (ex: number, index, boolean).

Greater Than

  •  
  •  
  •  

Input

The base value.

Input

The value to compare to the base.

Output

A boolean that is true if the base value is greater than the subsequent values.