Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Range(
int startIndex,
int endIndex
)
Public Sub New (
startIndex As Integer,
endIndex As Integer
)
public:
Range(
int startIndex,
int endIndex
)
new :
startIndex : int *
endIndex : int -> Range
Parameters
- startIndex
- Type: SystemInt32
The first index in the range. - endIndex
- Type: SystemInt32
The last index in the range.
The Stride is equal to 1.
Numerical Libraries
Supported in: 6.0
Reference