Click or drag to resize

MathExtensions Class

Extension methods for math operations.
Inheritance Hierarchy
SystemObject
  TomsToolbox.EssentialsMathExtensions

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public static class MathExtensions
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