You are here: Start » FIL.NET » FIS.HistogramDataMinimum Method
FIS.HistogramDataMinimum Method
Computes the approximation of the smallest value of the histogrammed numeric data.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void HistogramDataMinimum ( FilNet.Histogram inHistogram, out float outMinimum )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | FilNet.Histogram | Input histogram. | ||
![]() | outMinimum | float | Minimum of the histogrammed data. |


