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


