[[["เข้าใจง่าย","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-26 UTC"],[[["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"]]