beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

GreaterOrEquals Op



GreaterOrEquals
Namespace: Ops.Math.Compare

Op author: pandur

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


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



Inputs

number1 (Number)

1st number to compare to number 2

number2 (Number)

2nd number to compare to number 1

Outputs

result (Number)

True if number 1 is greater or equal to number 2


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using GreaterOrEquals

  • Public
  • My Patches

Changelog


created op
2019-04-05 - pandur