Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Range(
int startIndex,
int endIndex,
int stride
)
Public Sub New (
startIndex As Integer,
endIndex As Integer,
stride As Integer
)
public:
Range(
int startIndex,
int endIndex,
int stride
)
new :
startIndex : int *
endIndex : int *
stride : int -> Range
Parameters
- startIndex
- Type: SystemInt32
The first index in the range. - endIndex
- Type: SystemInt32
The last index in the range. - stride
- Type: SystemInt32
The increment for the index.
Reference