MoreEnumerableSequence Method |
Name | Description | |
---|---|---|
![]() ![]() ![]() | Sequence(Int32, Int32) |
Generates a sequence of integral numbers within the (inclusive) specified range.
If sequence is ascending the step is +1, otherwise -1.
|
![]() ![]() ![]() | Sequence(Int32, Int32, Int32) |
Generates a sequence of integral numbers within the (inclusive) specified range.
An additional parameter specifies the steps in which the integers of the sequence increase or decrease.
|