Extensions..::..Std Method

Standards the specified values.

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

Syntax


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

Parameters

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

Return Value

System.Double.