BetweenEquals Op
result is true if value is between or equal number1 and number2
Summary (oneliner)
<p>Checks if <code>Value</code> is in the range [<code>Range 1</code>, <code>Range 2</code>] and returns true then. <code>Range 1</code> does not have to be smaller than <code>Range 2</code>.<br>Also returns <code>true</code>if <code>Value</code> is equal to <code>Range 1</code> or <code>Range 2</code>.</p>
- Ops.Math.Compare.BetweenEquals
- 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</p>
<p><code>true</code> if <code>Value</code> is in range, <code>false</code> otherwise</p>