Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Static Public Member Functions | List of all members
Loyc.Math.MathExtensions Class Reference

Standard extension methods for generic math interfaces such as IOrdered{T}. More...


Source file:

Remarks

Standard extension methods for generic math interfaces such as IOrdered{T}.

Static Public Member Functions

static bool IsGreater< T, C > (this C c, T a, T b)
 
static bool IsGreaterOrEqual< T, C > (this C c, T a, T b)
 
static T InRange< T, C > (this C c, T value, T min, T max)
 
static bool IsInRange< T, C > (this C c, T value, T min, T max)