ee.Reducer.count
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک Reducer را برمیگرداند که تعداد ورودیهای غیر تهی را محاسبه میکند. در صورت لزوم، نام خروجی "count" است.
استفاده | برمی گرداند | ee.Reducer.count() | کاهنده |
بدون استدلال
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز 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 number of non-null inputs within a given dataset.\u003c/p\u003e\n"],["\u003cp\u003eThe output from the Reducer is typically named "count," providing a straightforward representation of the non-null input quantity.\u003c/p\u003e\n"],["\u003cp\u003eIt can be easily utilized by calling \u003ccode\u003eee.Reducer.count()\u003c/code\u003e without any arguments, simplifying the process of quantifying valid data points.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.count\n\nReturns a Reducer that computes the number of non-null inputs. Where applicable, the output name is \"count\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------|---------|\n| `ee.Reducer.count()` | Reducer |\n\n**No arguments.**"]]