Enhanced C#
Language of your choice: library documentation
|
Provides comparison function for type T along with absolute value (Abs), and the minimum or maximum of two values (Min, Max). More...
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) |
T | Abs (T a) |
T | Max (T a, T b) |
T | Min (T a, T b) |