Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Generuje sekwencję liczb od wartości początkowej do końcowej (włącznie) z przyrostem o wartość kroku lub w określonej liczbie równomiernie rozłożonych przyrostów. Jeśli nie podasz wartości end, zostanie ona obliczona na podstawie wartości start + step * count, więc musisz podać co najmniej jedną z wartości end lub count.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["`ee.List.sequence` generates a list of numbers within a specified range, determined by `start`, `end`, `step`, and `count` parameters."],["You must define either the `end` or `count` parameter alongside the `start` parameter to determine the sequence range."],["The `step` parameter defines the increment between numbers in the sequence and defaults to 1 if not specified."],["When both `step` and `count` are specified, `step` is ignored and the sequence is divided into equally spaced increments based on `count`."],["You can provide arguments as a dictionary using keys like `start`, `end`, `step`, and `count` for better readability."]]],[]]