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