AscendingIntegerCollectionFromStartAndCount Method |
Creates an instance from the start value and the count value.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static AscendingIntegerCollection FromStartAndCount(
int rangestart,
int rangecount
)
Parameters
- rangestart Int32
- The start value.
- rangecount Int32
- The range value.
Return Value
AscendingIntegerCollectionAn instance containing all integers from start to (start+count-1).
See Also