Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: T Min<T>(params T[])

  • Declared in: RT.Util.Ut

Declaration

public static T Min<T>(
    params T[] args
)

Summary

Returns the smallest of all arguments passed in. Uses the Linq .Min extension method to do the work.

Generic type parameters

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