You are here: Start » AVL.NET » Invoke.SkipEmptyDataHistogram

Invoke.SkipEmptyDataHistogram

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inHistogramAvl.HistogramInput histogram.
outNotEmptyDataHistogramAtl.Conditional<Avl.Histogram>
outIsNotEmptybool

See also