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

Histogram Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public Histogram
(
	float domainStart,
	float binSize,
	double[] values
)

Parameters

Name Type Range Default Description
domainStartfloat
binSizefloat
valuesdouble[]

See also