Click or drag to resize

CommonMinT Method

Returns the smallest item from a list of parameters.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static T Min<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 minimum value in the itemList.

Return Value

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