Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.Math.IOrdered< T > Interface Template Reference

Provides comparison function for type T along with absolute value (Abs), and the minimum or maximum of two values (Min, Max). More...


Source file:
Inheritance diagram for Loyc.Math.IOrdered< T >:
Loyc.Math.IMath< T > Loyc.Math.ISignedMath< T > Loyc.Math.IUIntMath< T > Loyc.Math.IIntMath< T > Loyc.Math.IRationalMath< T > Loyc.Math.IFloatMath< T >

Remarks

Provides comparison function for type T along with absolute value (Abs), and the minimum or maximum of two values (Min, Max).

Public Member Functions

bool IsLess (T a, T b)
 
bool IsLessOrEqual (T a, T b)
 
Abs (T a)
 
Max (T a, T b)
 
Min (T a, T b)