CommonMaxT Method

Returns the largest item from a list of parameters.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.141 -- Release Build+8fc1477299d57116e2a4f3cb8dfe059f814b239b
public static T Max<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 maximum value in the itemList.

Return Value

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

See Also