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

Histogram Constructor

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public Histogram
(
	float l,
	float r,
	float i,
	IList<int> data
)

Parameters

Name Type Range Default Description
lfloat
rfloat
ifloat
dataSystem.Collections.Generic.IList<int>

See also