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

GreaterThan Op



GreaterThan
Namespace: Ops.Math.Compare

Op author: pandur

Test Patches: 1 Test

result is true if number1 is greater than number2




Inputs

number1 (Number)

The number you want to check

number2 (Number)

The value you want to check against

Outputs

result (Number)

true if Value is in greater than Reference Value, false otherwise


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

compare tests


Youtube Video Tutorial

Patches using GreaterThan

  • Examples (3)
  • Public
  • My Patches

Changelog


Ops.Math.Compare.Greater renamed to Ops.Math.Compare.GreaterThan
2019-06-13 - pandur