.clamp(low,high)
Description
Clamp returns the input value clamped between a high and a low value
Parameters
The input parameters for clamp are the highest value the input can be and the lowest value the input can be
Usage On Numbers
Last updated