Inputs:
Value (number): The value to clamp.
Min (number): The minimum value.
Max (number): The maximum value. Defaults to 1.
Outputs:
The clamped value.
How to
Feed in a number to the value
Feed in a number to the Min, or type one into the text box.
Feed in a number to the Max, or type one into the text box.
The result is the clamped value.
If the value is between the min and max, the result is the original value.
If the value is below the min, then the value is changed to the min
If the value is above the max, then the value is changed to the max.

