Click or drag to resize

MathfClamp Method

Overload List
  NameDescription
Public methodStatic memberClamp(Int32, Int32, Int32)
Clamps a `value` so that it is not less than `min` and not more than `max`.
Public methodStatic memberClamp(Single, Single, Single)
Clamps a `value` so that it is not less than `min` and not more than `max`.
Top
See Also