إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.List.repeat
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعرض قائمة جديدة تحتوي على القيمة التي تم تكرارها عدة مرات.
الاستخدام | المرتجعات |
---|
ee.List.repeat(value, count) | قائمة |
الوسيطة | النوع | التفاصيل |
---|
value | عنصر | القيمة المطلوب تكرارها |
count | عدد صحيح | عدد مرات التكرار. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-29 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-29 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003e\u003ccode\u003eee.List.repeat()\u003c/code\u003e generates a new list by repeating a specified value a certain number of times.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts two arguments: the \u003ccode\u003evalue\u003c/code\u003e to be repeated and the \u003ccode\u003ecount\u003c/code\u003e representing the number of repetitions.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns a new \u003ccode\u003eee.List\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# ee.List.repeat\n\nReturns a new list containing value repeated count times.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------|---------|\n| `ee.List.repeat(value, count)` | List |\n\n| Argument | Type | Details |\n|----------|---------|--------------------------------|\n| `value` | Object | The value to repeat. |\n| `count` | Integer | The number of times to repeat. |"]]