Gets the increment for the index.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int Stride { get; }
Public ReadOnly Property Stride As Integer
Get
public:
property int Stride {
int get ();
}
member Stride : int with get
Property Value
Type:
Int32
The last index in the range is the largest number of the
form StartIndex + 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.
Reference