تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["Returns a Reducer that outputs 1 if all inputs are non-zero and 0 otherwise."],["The Reducer is named \"all\" when applicable."],["It can be used with the syntax `ee.Reducer.allNonZero()`."],["This reducer takes no arguments."]]],["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"]]