| IComparableExtensions Class |
Namespace: Cimbalino.Toolkit.Extensions
public static class IComparableExtensions
The IComparableExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| BetweenT |
Checks if the value is between two other values.
| |
| ClampT |
Clamps the a value between two other values.
| |
| MaxT |
Compares the current value with another value and returns the largest of the two.
| |
| MinT |
Compares the current value with another value and returns the smallest of the two.
|