-
Notifications
You must be signed in to change notification settings - Fork 10
Clamp Array
Ryan Porter edited this page Feb 12, 2017
·
1 revision
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 |