Patches

Greater Than or Equal

Greater Than or Equal

Check if a value is greater than or equal to another.

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

You can right-click to add more values to compare (will only output 1 if every value is greater or equal to the subsequent one) or change the type.

Greater Than or Equal

  •  
  •  
  •  

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 or equal to the subsequent values.