ee.Reducer.countEvery
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
کاهش دهنده ای را برمی گرداند که تعداد ورودی ها را محاسبه می کند. در صورت لزوم، نام خروجی "count" است.
استفاده | برمی گرداند | ee.Reducer.countEvery() | کاهنده |
بدون استدلال
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eReturns a Reducer that calculates the total number of input values, assigning the output the name "count".\u003c/p\u003e\n"],["\u003cp\u003eThe Reducer is accessed using \u003ccode\u003eee.Reducer.countEvery()\u003c/code\u003e, which takes no arguments.\u003c/p\u003e\n"]]],["This describes a Reducer that calculates the total number of inputs. The resulting output, when relevant, is labeled as \"count\". The function to use is `ee.Reducer.countEvery()`, which returns a Reducer object. This function operates without requiring any input arguments. Its primary action is determining and reporting the quantity of input elements it receives.\n"],null,["# ee.Reducer.countEvery\n\nReturns a Reducer that computes the number of inputs. Where applicable, the output name is \"count\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------|---------|\n| `ee.Reducer.countEvery()` | Reducer |\n\n**No arguments.**"]]