You are here: Start » AVL.NET » AVL.MultiplyHistograms_OfLoop Method
AVL.MultiplyHistograms_OfLoop Method
Multiply histograms appearing in consecutive iterations bar by bar.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void MultiplyHistograms_OfLoop( ref AvlNet.MultiplyHistograms_OfLoopState ioState, AvlNet.Histogram inHistogram, out AvlNet.Histogram outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.MultiplyHistograms_OfLoopState | ||||
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | outHistogram | AvlNet.Histogram | Output histogram. |
Description
Loop version of MultiplyHistograms.
Errors
| Error type | Description |
|---|---|
| DomainError | Input histograms formats are not the same in MultiplyHistograms. |


