You are here: Start » AVL.NET » Invoke.HistogramDataStandardDeviation

Invoke.HistogramDataStandardDeviation

Computes the standard deviation of the histogrammed numeric data.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void HistogramDataStandardDeviation
(
	Avl.Histogram inHistogram,
	out float outStandardDeviation
)

Parameters

Name Type Range Default Description
inHistogramAvl.HistogramInput histogram.
outStandardDeviationfloatStandard deviation of the histogrammed data.

See also