Click or drag to resize

MathExtensions Methods

The MathExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodClip(Double, Double, Double) Clips the specified value so it does not exceed min or max.
Public Extension MethodClip(Int32, Int32, Int32) Clips the specified value so it does not exceed min or max.
Public Extension MethodClip(Int64, Int64, Int64) Clips the specified value so it does not exceed min or max.
Public Extension MethodClip(Single, Single, Single) Clips the specified value so it does not exceed min or max.
Top
See Also