AscendingIntegerCollectionAddRange Method |
Adds an integer range given by start and count to the collection.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AddRange(
int rangestart,
int rangecount
)
Parameters
- rangestart Int32
- First number of the integer range.
- rangecount Int32
- Length of the integer range.
See Also