You are here: Start » FIL.NET » Invoke.MaximumHistogram_OfArray
Computes the maximum of histograms of an array bar by bar.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void MaximumHistogram_OfArray ( List<Fil.Histogram> inHistogramArray, Fil.Histogram outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogramArray | System.Collections.Generic.List<Fil.Histogram> | |||
![]() | outHistogram | Fil.Histogram | Output histogram. |


