Subset.StartIndex Property

Gets the index of the first visible observation.

Definition

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

Property Value

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

See Also