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) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class MathExtensions

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