Subset.EndIndex Property

Gets the index of the observation past the last visible observation.

Definition

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

Property Value

Int32
The index of the observation past the last visible observation, or -1 if the subset is defined by an array of indexes.

See Also