You are here: Start » FIL.NET » Function Reference » Histogram » Histogram Data Statistics » FIL.HistogramDataMinimum
Computes the approximation of the smallest value of the histogrammed numeric data.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty histogram on input in HistogramDataMinimum. |
DomainError | The histogrammed data is empty in HistogramDataMinimum. |