You are here: Start » AVL.NET » AVL.CreateHistogram(float[], float, AvlNet.Histogram)

AVL.CreateHistogram(float[], float, AvlNet.Histogram)

Creates the histogram of the array of real numbers.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateHistogram(
	float[] inArray,
	float inBinSize,
	out AvlNet.Histogram outHistogram
)

Parameters

inArray
Type: System.Single
Array from which histogram will be generated
inBinSize
Type: System.Single
Input bin size
outHistogram
Type: AvlNet.Histogram
Output histogram

See also