You are here: Start » AVL.NET » AVS.CreateHistogram Method

AVS.CreateHistogram Method

Creates the histogram of the array of real numbers.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateHistogram
(
	IList<float> inArray,
	float inBinSize,
	bool inCyclic,
	AvlNet.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inArraySystem.Collections.Generic.IList<float>Array from which histogram will be generated.
inBinSizefloat<0.0001f, INF>1.0fInput bin size. Default value: 1.0f.
inCyclicboolFalseDetermines if input data is cyclic. Default value: False.
outHistogramAvlNet.HistogramOutput histogram.

Function Overrides

See also