Filter.StartIndex Property

Gets the index of the first visible observation.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
public int StartIndex { get; }

Property Value

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

See Also