ee.Reducer.allNonZero
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
کاهش دهنده ای را برمی گرداند که اگر همه ورودی های آن غیر صفر باشند 1 و در غیر این صورت 0 را برمی گرداند. در صورت لزوم، نام خروجی "همه" است.
استفاده | برمی گرداند | ee.Reducer.allNonZero() | کاهنده |
بدون استدلال
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز 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 outputs 1 if all inputs are non-zero and 0 otherwise.\u003c/p\u003e\n"],["\u003cp\u003eThe Reducer is named "all" when applicable.\u003c/p\u003e\n"],["\u003cp\u003eIt can be used with the syntax \u003ccode\u003eee.Reducer.allNonZero()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis reducer takes no arguments.\u003c/p\u003e\n"]]],["The `ee.Reducer.allNonZero()` function creates a Reducer that outputs 1 if all input values are non-zero, and 0 otherwise. The output is optionally named \"all\". This function takes no arguments and is used to aggregate multiple inputs into a single boolean-like result based on whether all inputs meet the non-zero criteria.\n"],null,["# ee.Reducer.allNonZero\n\nReturns a Reducer that returns 1 if all of its inputs are non-zero, 0 otherwise. Where applicable, the output name is \"all\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------|---------|\n| `ee.Reducer.allNonZero()` | Reducer |\n\n**No arguments.**"]]