Comparable
Provides generic methods to work with comparable values.
public static bool Between<T>(this T value, T left, T right, BoundType boundType = 0) where T : IComparable<T>
Checks whether specified value is in range.
Restricts a value in specific range.
Returns the larger of two values.
Returns the larger of two values.
Returns the larger of two values.
Returns the smaller of two values.
Returns the smaller of two values.
Returns the smaller of two values.