Freigeben über


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

Definition

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

Typparameter

T

Parameter

one
T
two
T

Gibt zurück

T

Gilt für: