Click or drag to resize

Range(Int32, Position) Constructor

Constructs a Range instance with the specified starting index, total number of elements, and the default stride of 1.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Range(
	int start,
	Position position
)

Parameters

start  Int32
The first data element.
position  Position
The data location where this slice ends.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the start is negative or the position is Position.Start.
See Also