Click or drag to resize

AscendingIntegerCollectionAdd(Int32) Method

Adds an integer value to the collection.

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

Parameters

nValue  Int32
The integer value to add.
See Also