IntCollectionGetLowValue Method

Return the Low Value of Items in the specified Collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static int GetLowValue(
	IntCollection value
)

Parameters

value  IntCollection
Reference to the collection to search.

Return Value

Int32
The low value found in the collection.

See Also