Subset.Start Index Property
Gets the index of the first visible observation.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The index of the first visible observation, or -1 if the subset is defined by an array of indexes.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public int StartIndex { get; }
Property Value
Int32The index of the first visible observation, or -1 if the subset is defined by an array of indexes.