Click or drag to resize

AscendingIntegerRangeCollectionAdd Method

Adds the specified element. Detail: The element is added as a range with a start value equal to element and a count of 1.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Add(
	int element
)

Parameters

element  Int32
The element to add.
See Also