You are here: Start » FIL.NET » Invoke.SkipEmptyDataHistogram
If the input histogram contains any non-zero bin, then the histogram is copied to the output; otherwise Nil is returned.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SkipEmptyDataHistogram ( Fil.Histogram inHistogram, Conditional<Fil.Histogram> outNotEmptyDataHistogram, out bool outIsNotEmpty )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | Fil.Histogram | Input histogram. | ||
![]() | outNotEmptyDataHistogram | Ftl.Conditional<Fil.Histogram> | |||
![]() | outIsNotEmpty | bool |


