Extensions..::..Mean Method

Means the specified values.

Namespace:  SiaNet.Common
Assembly:  SiaNet.Common (in SiaNet.Common.dll)

Syntax


public static double Mean(
	List<double> values
)
Public Shared Function Mean ( _
	values As List(Of Double) _
) As Double
public:
static double^ Mean(
	List<double^>^ values
)

Parameters

values
Type: List<(Of <(<'Double>)>)>
The values.

Return Value

System.Double.