MCPcopy Create free account
hub / github.com/microsoft/SandDance / Sequence

Function Sequence

docs/app/js/sanddance-app.js:118482–118484  ·  view source on GitHub ↗

* Generates data tuples for a specified sequence range of numbers. * @constructor * @param {object} params - The parameters for this operator. * @param {number} params.start - The first number in the sequence. * @param {number} params.stop - The last number (exclusive) in the sequence. * @param

(params)

Source from the content-addressed store, hash-verified

118480 * @param {number} params.stop - The last number (exclusive) in the sequence.
118481 * @param {number} [params.step=1] - The step size between numbers in the sequence.
118482 */ function Sequence(params) {
118483 (0, _vegaDataflow.Transform).call(this, null, params);
118484}
118485Sequence.Definition = {
118486 "type": "Sequence",
118487 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected