IntCollectionAverage Method

Return the average value of items in the collection.

Definition

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

Parameters

items  IntCollection
Reference to the collection of items to inspect.

Return Value

Int32
Average value found in the collection.

See Also