Click or drag to resize

AscendingIntegerCollectionAddRange Method

Adds an integer range given by start and count to the collection.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddRange(
	int rangestart,
	int rangecount
)

Parameters

rangestart  Int32
First number of the integer range.
rangecount  Int32
Length of the integer range.
See Also