Enhanced C#
Language of your choice: library documentation
Static Public Member Functions | List of all members
Loyc.Math.IOrderedExt Class Reference

Extension methods for IOrdered<T>. More...


Source file:

Remarks

Extension methods for 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)