ee.List.repeat
Returns a new list containing value repeated count times.
Usage | Returns |
---|
ee.List.repeat(value, count) | List |
Argument | Type | Details |
---|
value | Object | The value to repeat. |
count | Integer | The number of times to repeat. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["`ee.List.repeat()` generates a new list by repeating a specified value a certain number of times."],["It accepts two arguments: the `value` to be repeated and the `count` representing the number of repetitions."],["The function returns a new `ee.List` object."]]],[]]