Gets the index of the first element in the range.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property StartIndex As Integer
C#
public int StartIndex { get; }
C++
public:
int StartIndex {
	int get ();
}

Remarks

This property must be greater than or equal to zero.

Exceptions

ExceptionCondition
InvalidOperationExceptionAn attempt is made to set this property to a value less than zero.