Between Op

Between

result is true if value is between number1 and number2


<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>


Full Name
  • Ops.Math.Compare.Between
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches


INPUT PORTS


value (Number)

<p>The number you want to check</p>

number1 (Number)
number2 (Number)

OUTPUT PORTS


result (Number)

<p><code>true</code> if <code>Value</code> is in range, <code>false</code> otherwise</p>


Patches using Between

  • Examples
  • Public
  • My Patches