Click or drag to resize

RangeTClamp Method

Overload List
  NameDescription
Public methodClamp(T)
Clamps the specified value within the given range. The order of First and Second is unimportant.
Public methodClamp(RangeT)
Clamps the given other range to be within this range. This is done by clamping each of other.First and other.Second to be within this range. Order is unimportant.
Top
See Also