You are here: Start » AVL.NET » Invoke.AddHistograms
Adds two histograms bar by bar.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void AddHistograms ( Avl.Histogram inHistogram1, Avl.Histogram inHistogram2, Avl.Histogram outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inHistogram1 | Avl.Histogram | Input histogram1. | ||
![]()  | inHistogram2 | Avl.Histogram | Input histogram2. | ||
![]()  | outHistogram | Avl.Histogram | Output histogram. | 


