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,
	int inBinsCount
)

Parameters

Name Type Range Default Description
inDomainBeginfloat
inDomainEndfloat
inBinSizefloat
inBinsCountint

See also