Udostępnij za pośrednictwem


Extensions.Min<T>(T, T) Metoda

Definicja

public static T Min<T> (T one, T two) where T : IComparable<T>;
static member Min : 'T * 'T -> 'T (requires 'T :> IComparable<'T>)
Public Function Min(Of T As IComparable(Of T)) (one As T, two As T) As T

Parametry typu

T

Parametry

one
T
two
T

Zwraca

T

Dotyczy