[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-13 UTC."],[[["\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.**"]]