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


