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


