Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: T Min<T>(T, T)

  • Declared in: RT.Util.Ut

Declaration

public static T Min<T>(
    T val1,
    T val2
)

Summary

Returns the smaller of the two IComparable values. If the values are equal, returns the first one.

Generic type parameters

T
  • Must derive from: System.IComparable<T>.
This type parameter is not documented.