You are here: Start » AVL.NET » Histogram Constructor

Histogram Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public Histogram
(
	float inDomainBegin,
	float inDomainEnd,
	float inBinSize,
	IList<int> data
)

Parameters

Name Type Range Default Description
inDomainBeginfloat
inDomainEndfloat
inBinSizefloat
dataSystem.Collections.Generic.IList<int>

See also