Click or drag to resize

MoreEnumerableSequence Method

Overload List
  NameDescription
Public methodStatic memberCode exampleSequence(Int32, Int32)
Generates a sequence of integral numbers within the (inclusive) specified range. If sequence is ascending the step is +1, otherwise -1.
Public methodStatic memberCode exampleSequence(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.
Top
See Also