Partager via


Extensions.Min<T>(T, T) Méthode

Définition

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

Paramètres de type

T

Paramètres

one
T
two
T

Retours

T

S’applique à