You are here: Start » FIL.NET » Invoke.GetHistogramBin
Returns the value of a single histogram bin.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void GetHistogramBin ( Fil.Histogram inHistogram, int inIndex, bool inCyclic, bool inInverse, out double outValue, Optional<float> outBinStart, Optional<float> outBinEnd )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | Fil.Histogram | Input histogram. | ||
![]() | inIndex | int | Input bin index. | ||
![]() | inCyclic | bool | False | Whether to wrap the index around or not. Default value: False. | |
![]() | inInverse | bool | Reversed order of bins. | ||
![]() | outValue | double | Output value of the bin. | ||
![]() | outBinStart | Ftl.Optional<float> | Lower limit of the bin. | ||
![]() | outBinEnd | Ftl.Optional<float> | Upper limit of the bin. |