AscendingIntegerRangeCollectionAddRangeByFirstAndLastInclusive Method |
Adds a range that is specified by a first value and by a last value (inclusive).
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AddRangeByFirstAndLastInclusive(
int first,
int lastInclusive
)
Parameters
- first Int32
- First element of the range to add.
- lastInclusive Int32
- Last element of the range (inclusive, i.e. this element is included in the range).
Exceptions See Also