Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

  • Declared in: RT.Util.Ut

Declaration

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

Summary

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

Generic type parameters

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