You are here: Start » AVL.NET » Invoke.SkipEmptyHistogram
If the input histogram contains at least one bin, then it is copied to the output; otherwise Nil is returned.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SkipEmptyHistogram ( Avl.Histogram inHistogram, Conditional<Avl.Histogram> outNotEmptyHistogram, out bool outIsNotEmpty )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inHistogram | Avl.Histogram | Input histogram. | ||
![]()  | outNotEmptyHistogram | Atl.Conditional<Avl.Histogram> | The histogram, if it is not empty. | ||
![]()  | outIsNotEmpty | bool | Indication if the input histogram is not empty. | 


