Click or drag to resize

AscendingIntegerCollectionFromStartAndCount Method

Creates an instance from the start value and the count value.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static AscendingIntegerCollection FromStartAndCount(
	int rangestart,
	int rangecount
)

Parameters

rangestart  Int32
The start value.
rangecount  Int32
The range value.

Return Value

AscendingIntegerCollection
An instance containing all integers from start to (start+count-1).
See Also