clamp Double
Clamps an integer between two floating-point numbers.
Return
input when min <= input <= max, and either min or max otherwise.
Clamps an integer between two floating-point numbers.
input when min <= input <= max, and either min or max otherwise.