Utility.Min<T> Method

Returns the min of three values.
Public Shared Function Min(Of  _ 
T As IComparable)( _ 
ByVal a As T, _ 
ByVal b As T, _ 
ByVal c As T _ 
) As T
This language is not supported or no code example is available.
public static T Min<T>( 
T a
T b
T c 

where T : IComparable
This language is not supported or no code example is available.

Type Parameters

T

Parameters

a
T

First value

b
T

Second value

c
T

Third value

Return Value

T

The maximum value.

.NET Framework

Supported in: 4.8

In this article

Definition