|  | Math | 
The MathExtensions type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clip(Double, Double, Double) | Clips the specified value so it does not exceed min or max. | 
|  | Clip(Int32, Int32, Int32) | Clips the specified value so it does not exceed min or max. | 
|  | Clip(Int64, Int64, Int64) | Clips the specified value so it does not exceed min or max. | 
|  | Clip(Single, Single, Single) | Clips the specified value so it does not exceed min or max. | 
 See Also
See Also