Click or drag to resize

Range(Position, Position) Constructor

Constructs a Range instance with the specified start and end positions.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Range(
	Position position1,
	Position position2
)

Parameters

position1  Position
A value from the Position enumeration indicating the start of the data.
position2  Position
A value from the Position enumeration indicating the end of the data.
See Also