Between Op
result is true if value is between 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>. Returns <code>false</code> if <code>Value</code> is equal to <code>Range 1</code> or <code>Range 2</code> or if it is completely out of range.</p>
- Ops.Math.Compare.Between
- 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>
OUTPUT PORTS
<p><code>true</code> if <code>Value</code> is in range, <code>false</code> otherwise</p>