Gets the increment for the index.

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

Syntax

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

Remarks

The last index in the range is the largest number of the form + kStride that is less than or equal to EndIndex.

The Stride property can also be negative. In this case, the last index in the range is the smallest number of the form StartIndex + kStride that is greater than or equal to EndIndex.