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


