You are here: Start » FIL.NET » FIS.HistogramDataStandardDeviation Method

FIS.HistogramDataStandardDeviation Method

Computes the standard deviation of the histogrammed numeric data.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void HistogramDataStandardDeviation
(
	FilNet.Histogram inHistogram,
	out float outStandardDeviation
)

Parameters

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

See also