Extensions.Min<T>(T, T) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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