Click or drag to resize

ContiguousNonNegativeIntegerRange(Int32, Int32) Constructor

Constructs an integer range from the first element and the number of element of the range.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ContiguousNonNegativeIntegerRange(
	int start,
	int count
)

Parameters

start  Int32
First element belonging to the range.
count  Int32
Number of consecutive integers belonging to the range.
See Also