MathUtilClamp Method |
Name | Description | |
---|---|---|
ClampT(T, T, T) |
Limits a value to a range.
| |
Clamp(Double, Double, Double) |
The closest value to a specified double that falls within a specified range.
| |
Clamp(Int32, Int32, Int32) |
The closest value to a specified integer that falls within a specified range.
|