GreaterThan Op
result is true if number1 is greater than number2
Summary (oneliner)
Full Name
- Ops.Math.Compare.GreaterThan
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
number1 (Number)
<p>The number you want to check</p>
number2 (Number)
<p>The value you want to check against</p>
OUTPUT PORTS
result (
<i>boolean</i>
Number)<p><code>true</code> if <code>Value</code> is in greater than <code>Reference Value</code>, <code>false</code> otherwise</p>