Compares the two instances and returns the lesser of the two.
public static T Min<T>(T first, T second)
parameter | description |
---|---|
first | The first instance to compare. |
second | The second instance to compare. |
The instance representing the lesser value.