Click or drag to resize

CommonMaxT Method

Returns the largest item from a list of parameters.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static T Max<T>(
	params T[] itemList
)
View Source

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