Click or drag to resize

MathExtensions Methods

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