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