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

ArrayClamp Op



ArrayClamp
Namespace: Ops.Array

Op author: andro

Clamp the values of an array to a min and max value




Inputs

Array In (Array)

Array in

Min (Number)

Minimum value to clamp to

Max (Number)

Maximum value to clamp to

Outputs

Array Out (Array)

Clamped array out


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Array clamp example


Patches using ArrayClamp

  • Examples (1)
  • Public
  • My Patches

Changelog


created op
2019-08-23 - andro