ee.Reducer.minMax
Returns a Reducer that computes the minimum and maximum of its inputs. Where applicable, the outputs are named: "min", "max".
Usage | Returns |
---|
ee.Reducer.minMax() | Reducer |
No arguments.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["Returns a Reducer that calculates the minimum and maximum values of input data."],["Outputs, when available, are labeled as \"min\" and \"max\" respectively."],["The reducer is initiated using `ee.Reducer.minMax()`."],["This reducer function does not require any arguments."]]],["The `ee.Reducer.minMax()` function creates a Reducer that calculates the minimum and maximum values from its input data. The output of this Reducer includes the minimum value, labeled \"min\", and the maximum value, labeled \"max\". It does not require any input arguments and returns a Reducer object.\n"]]