You are here: Start » FIL.NET » Invoke.SkipEmptyHistogram

Invoke.SkipEmptyHistogram

If the input histogram contains at least one bin, then it is copied to the output; otherwise Nil is returned.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SkipEmptyHistogram
(
	Fil.Histogram inHistogram,
	Conditional<Fil.Histogram> outNotEmptyHistogram,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inHistogramFil.HistogramInput histogram.
outNotEmptyHistogramFtl.Conditional<Fil.Histogram>The histogram, if it is not empty.
outIsNotEmptyboolIndication if the input histogram is not empty.

See also