You are here: Start » AVL.NET » AVL.SkipEmptyHistogram(AvlNet.Histogram, AvlNet.Histogram, bool)
AVL.SkipEmptyHistogram(AvlNet.Histogram, AvlNet.Histogram, bool)
If the input histogram contains at least one bin, then it is copied to the output; otherwise Nil is returned.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SkipEmptyHistogram( AvlNet.Histogram inHistogram, out AvlNet.Histogram outNotEmptyHistogram, out bool outIsNotEmpty )
Parameters
- inHistogram
- Type: AvlNet.Histogram
Input histogram - outNotEmptyHistogram
- Type: AvlNet.Histogram
The histogram, if it is not empty - outIsNotEmpty
- Type: System.Boolean
Indication if the input histogram is not empty
