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

ArrayLogicBetween_v2 Op



ArrayLogicBetween
Namespace: Ops.Array

Op author: pandur

If value of array is between min and max then the value is 1 else 0


It's also possible to pass values through when between min and max



Inputs

Array (Array)
Min (Number)
Max (Number)
pass value when true (boolean /Number)

When enabled values between are passed through instead of being 1

Outputs

Result (Array)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using ArrayLogicBetween_v2

  • Examples (1)
  • Public
  • My Patches

Changelog


created op
2020-04-06 - pandur