Clamp Method
From Project Mercury API
[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| Clamp(Single, Single, Single) |
Restricts a value to be within a specified range.
| |
| Clamp(Single%, Single, Single) |
Restricts a value to be within a specified range.
| |
| Clamp<(Of <(T>)>)(T, T, T) |
Restricts a value to be within a specified range.
|