You are here: Start » FIL.NET » FIS.GetHistogramBin Method
FIS.GetHistogramBin Method
Returns the value of a single histogram bin.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void GetHistogramBin ( FilNet.Histogram inHistogram, int inIndex, bool inInverse, out int outValue, out float outBinStart, out float outBinEnd )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | FilNet.Histogram | Input histogram. | ||
![]() | inIndex | int | <0, +INF> | Input bin index. | |
![]() | inInverse | bool | Reversed order of bins. | ||
![]() | outValue | int | Output value of the bin. | ||
![]() | outBinStart | float | Lower limit of the bin. | ||
![]() | outBinEnd | float | Upper limit of the bin. |
Function Overrides
- GetHistogramBin(Histogram, Int32, Boolean, Int32)
- GetHistogramBin(Histogram, Int32, Boolean, Int32, NullableValue<Single>, NullableValue<Single>)