You are here: Start » FIL.NET » Histogram Constructor
Histogram Constructor
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Syntax
public Histogram ( float inDomainBegin, float inDomainEnd, float inBinSize, IList<int> data )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inDomainBegin | float | |||
![]() | inDomainEnd | float | |||
![]() | inBinSize | float | |||
data | System.Collections.Generic.IList<int> |