Filter.FilteredLength Property

Gets the length of the filtered data.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int FilteredLength { get; }

Property Value

Int32

Remarks

The filtered length is the number of observations that remain after the filter has been applied.

See Also