Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
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.
Numerical Libraries
Supported in: 6.0
Reference