CommonMinT Method

Returns the smallest item from a list of parameters.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public static T Min<T>(
	params T[] itemList
)

Parameters

itemList  T
A variable number of parameters of the specified type.

Type Parameters

T
Return type Type that is the minimum value in the itemList.

Return Value

T
Result is the minimum value of type Type in the itemList.

See Also