Restricts a value to fall within a given range.
Value
— The value to restrict.Minimum
— The lowest value in the range.Maximum
— The highest value in the range.Wrap Mode
— The way to adjust the value when it falls outside the range.
Keywords: bound, clamp, limit, range, restrict, wrap