Jaa


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

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

Type Parameters

T

Parameters

one
T
two
T

Returns

T

Applies to