BetweenEquals Op

BetweenEquals

result is true if value is between or equal 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>.<br>Also returns <code>true</code>if <code>Value</code> is equal to <code>Range 1</code> or <code>Range 2</code>.</p>


Full Name
  • Ops.Math.Compare.BetweenEquals
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


Value (Number)

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

Range 1 (Number)
Range 2 (Number)

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

OUTPUT PORTS


Result (Number)

Patches using BetweenEquals

  • Examples
  • Public
  • My Patches