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

Histogram Constructor

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

Syntax

public Histogram(
	float left,
	float right,
	float binSize,
	int[] values
)

Parameters

Name Type Range Default Description
leftfloat
rightfloat
binSizefloat
valuesint

See also