You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inHistogram | Fil.Histogram | Input histogram. | ||
![]() | outNotEmptyHistogram | Ftl.Conditional<Fil.Histogram> | The histogram, if it is not empty. | ||
![]() | outIsNotEmpty | bool | Indication if the input histogram is not empty. |