Sequence Source

This source is meant simply to be a helper for certain functionality. The user specifies start and end values and the number of elements to output between those values inclusive. The output of this source is a series of elements with one value in them and that value goes linearly from the start to the end.

Sequence0.png

Elements

All elements from this source have a single value in them, v[0].

Memory

This probably doesn't matter for most applications, but this does not do any type of special buffering so you don't want to create sequences with hundreds of millions of values.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License