Range(Int32, Int32) Constructor

Constructs a new Range.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Range(
	int startIndex,
	int endIndex
)

Parameters

startIndex  Int32
The first index in the range.
endIndex  Int32
The last index in the range.

Remarks

The Stride is equal to 1.

See Also