GreaterOrEquals Op
result is true if number 1 is greater or equals number 2
Summary (oneliner)
Needs two numbers to work. Outputs a true if number 1 is greater or equal to number 2 example. Commonly known as >= 10 6 >= true 4 5 >= false 3 3 >= true
Full Name
- Ops.Math.Compare.GreaterOrEquals
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
number1 (Number)
1st number to compare to number 2
number2 (Number)
2nd number to compare to number 1
OUTPUT PORTS
result (Number)
True if number 1 is greater or equal to number 2