Nodes > Math > Common > Clamp
Clamps the value within a minimum and maximum range.
Inputs
Name | Type | Description |
---|---|---|
A | float | Value to clamp |
Min | float | Minimum value allowed |
Max | float | Maximum value allowed |
Outputs
Name | Type | Description |
---|---|---|
clamp( A, Min, Max ) | float | Value clamped between minimum and maximum |
Was this page helpful?