You are here: Start » AVL.NET » AVS.GetHistogramBin Method
AVS.GetHistogramBin Method
Returns the value of a single histogram bin.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void GetHistogramBin ( AvlNet.Histogram inHistogram, int inIndex, bool inInverse, out int outValue, out float outBinStart, out float outBinEnd )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.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>)


