You are here: Start » FIL.NET » FIL.HistogramDataMaximum
Computes the approximation of the largest value of the histogrammed numeric data.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void HistogramDataMaximum ( FilNet.Histogram inHistogram, out float outMaximum )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | FilNet.Histogram | Input histogram. | ||
![]() | outMaximum | float | Maximum of the histogrammed data. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty histogram on input in HistogramDataMaximum. |
DomainError | The histogrammed data is empty in HistogramDataMaximum. |