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


