You are here: Start » FIL.NET » FIL.MinimumHistogram_OfArray
Computes the minimum of histograms of an array bar by bar.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void MinimumHistogram_OfArray ( IList<FilNet.Histogram> inHistogramArray, FilNet.Histogram outHistogram )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogramArray | System.Collections.Generic.IList<FilNet.Histogram> | |||
![]() | outHistogram | FilNet.Histogram | Output histogram. |
Description
Array version of MinimumHistogram.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input histograms formats are not the same in MinimumHistogram. |