Click or drag to resize

ContiguousNonNegativeIntegerRangeNewFromStartToInfinity Method

Constructs an infinitely extended integer range.

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

Parameters

start  Int32
First element belonging to the range.

Return Value

ContiguousNonNegativeIntegerRange
Newly constructed integer range.
See Also