You are here: Start » FIL.NET » FIS.SetHistogramCorrespondingBin Method
FIS.SetHistogramCorrespondingBin Method
Selects a bin that the given value in the histogram domain falls into and sets the value of this bin.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SetHistogramCorrespondingBin ( FilNet.Histogram ioHistogram, float inBinSelectionValue, int inNewValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioHistogram | FilNet.Histogram | ||||
![]() | inBinSelectionValue | float | Input value in the histogram domain that will be used to select the bin. | ||
![]() | inNewValue | int | Input new value to be set. |