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

ArrayClamp Op

Ops.Array.ArrayClamp


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

Open Example In Editor

Patches using ArrayClamp

Changelog


created op
2019-08-23 - andro