Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

  • Declared in: RT.Util.Ut

Declaration

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

Summary

Returns the larger 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.