Skip to content

Clamp Array

Ryan Porter edited this page Feb 12, 2017 · 1 revision

clampArray

This node clamps the values of the input array within a specified range.

Attribute Name Description Attribute Type
input (i) Input values. doubleArray
min (mn) Values in output will not be less than this value. double
max (mx) Values in output will not be greater than this value. double
output (o) Values clamped to the specified range. doubleArray
Clone this wiki locally