LessThan Op
Is n1 smaller than n2? (lesser, less)
Summary (oneliner)
<p>Checks if <code>Number 1</code> is smaller than <code>Number 2</code> and returns <code>true</code> then, otherwise <code>false</code>.</p>
- Ops.Math.Compare.LessThan
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch compare tests
INPUT PORTS
<p>The number you want to check if it is smaller than <code>Number 2</code></p>
<p>The number you want to check if it is bigger than <code>Number 1</code></p>
OUTPUT PORTS
<i>boolean</i>
Number)<p>Returns <code>true</code> if <code>Number 1</code> is smaller than <code>Number 2</code>, otherwise <code>false</code></p>