Namespace:  Hyleos.Mathematic
Assembly:  Hyleos.Mathematic (in Hyleos.Mathematic.dll) Version: 1.0.1.1 (1.0.1.1)

Syntax

C#
public static double Average(
	ArrayList num
)
Visual Basic (Declaration)
Public Shared Function Average ( _
	num As ArrayList _
) As Double
Visual C++
public:
static double Average(
	ArrayList^ num
)

Parameters

num
Type: System.Collections..::.ArrayList

[Missing <param name="num"/> documentation for "M:Hyleos.Mathematic.Statistic.Average(System.Collections.ArrayList)"]

Return Value

[Missing <returns> documentation for "M:Hyleos.Mathematic.Statistic.Average(System.Collections.ArrayList)"]

See Also