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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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