Clamp Float
Purpose of the Node
The Clamp Float node takes three float inputs: the number to be clamped, the minimum value, and the maximum value. It then outputs the clamped float, which is the input number clamped between the minimum and maximum values.
Pins
This node has four pins:
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
float | The number to be clamped | Float | Number |
min | The minimum value | Float | Number |
max | The maximum value | Float | Number |
clamped | The clamped float | Float | Number |