You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Basics » AVL.SkipEmptyDataHistogram

AVL.SkipEmptyDataHistogram

If the input histogram contains any non-zero bin, then the histogram is copied to the output; otherwise Nil is returned.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SkipEmptyDataHistogram
(
	AvlNet.Histogram inHistogram,
	INullable<AvlNet.Histogram> outNotEmptyDataHistogram,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
outNotEmptyDataHistogramAvlNet.INullable<AvlNet.Histogram> This parameter cannot be null.
outIsNotEmptybool

See also