beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

BetweenEquals Op



BetweenEquals
Namespace: Ops.Math.Compare

Op author: pandur

result is true if value is between or equal number1 and number2


Checks if Value is in the range [Range 1, Range 2] and returns true then. Range 1 does not have to be smaller than Range 2.
Also returns trueif Value is equal to Range 1 or Range 2.



Inputs

Value (Number)

The number you want to check

Range 1 (Number)
Range 2 (Number)

true if Value is in range, false otherwise

Outputs

Result (Number)
Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using BetweenEquals

  • Examples
  • My Patches
  • Public