Filter.Length Property

Gets the length of the unfiltered data.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int Length { get; }

Property Value

Int32

Remarks

A filter can be applied to any Vector<T> or IDataFrame with the same number of observations as the length of the filter.

See Also