You are here: Start » Histogram Constructor

Histogram Constructor

Namespace:AvlNet
Assembly:Avl.Net.TS.dll

Syntax

public Histogram
(
	float inDomainStart,
	float inBinSize,
	IList<double> data
)

Parameters

Name Type Range Default Description
inDomainStartfloat
inBinSizefloat
dataSystem.Collections.Generic.IList<double>

See also