Gets the index of the observation past the last visible observation.
Namespace:
Extreme.Statistics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int EndIndex { get; }
Public ReadOnly Property EndIndex As Integer
Get
public:
property int EndIndex {
int get ();
}
member EndIndex : int with get
Property Value
Type:
Int32The index of the observation past the last visible observation, or -1 if the filter is defined by an array of indexes.
Reference