Gets the length of the filtered data.
Namespace:
Extreme.Statistics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int FilteredLength { get; }
Public ReadOnly Property FilteredLength As Integer
Get
public:
property int FilteredLength {
int get ();
}
member FilteredLength : int with get
Property Value
Type:
Int32
The filtered length is the number of observations that remain after the filter has been applied.
Reference