Filter.End Index Property
Gets the index of the observation past the last visible observation.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The index of the observation past the last visible observation, or -1 if the filter is defined by an array of indexes.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int EndIndex { get; }
Property Value
Int32The index of the observation past the last visible observation, or -1 if the filter is defined by an array of indexes.