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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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