You are here: Start » FIL.NET » FIS.MakeHistogram Method
FIS.MakeHistogram Method
Creates a histogram assuming given bin values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void MakeHistogram ( IList<int> inValues, float inDomainStart, float inDomainLength, float inBinSize, FilNet.Histogram outHistogram )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inValues | System.Collections.Generic.IList<int> | Input array of bin values. | ||
![]() | inDomainStart | float | 0.0f | Input domain begin. Default value: 0.0f. | |
![]() | inDomainLength | float | <0.0f, INF> | 256.0f | Input domain length. Default value: 256.0f. |
![]() | inBinSize | float | <0.0f, INF> | 1.0f | Input length of the domain range covered by a single bin. Default value: 1.0f. |
![]() | outHistogram | FilNet.Histogram | Output histogram. |