GreaterOrEquals Op

GreaterOrEquals

result is true if number 1 is greater or equals number 2


<p>Needs two numbers to work. Outputs a true if number 1 is greater or equal to number 2 example. Commonly known as &gt;= 10 6 &gt;= true 4 5 &gt;= false 3 3 &gt;= true</p>


Full Name
  • Ops.Math.Compare.GreaterOrEquals
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub








No op example found on this server

INPUT PORTS


number1 (Number)

<p>1st number to compare to number 2</p>

number2 (Number)

<p>2nd number to compare to number 1</p>

OUTPUT PORTS


result (Number)

<p>True if number 1 is greater or equal to number 2</p>


Patches using GreaterOrEquals

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2019-04-05 09:12