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.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Add(
int element
)
Parameters
- element Int32
- The element to add.
See Also