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