ee.Reducer.minMax
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zwraca funkcję Reducer, która oblicza minimum i maksimum danych wejściowych. W odpowiednich przypadkach dane wyjściowe mają nazwy „min” i „max”.
Wykorzystanie | Zwroty |
---|
ee.Reducer.minMax() | Ograniczenie |
Brak argumentów.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eReturns a Reducer that calculates the minimum and maximum values of input data.\u003c/p\u003e\n"],["\u003cp\u003eOutputs, when available, are labeled as "min" and "max" respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe reducer is initiated using \u003ccode\u003eee.Reducer.minMax()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis reducer function does not require any arguments.\u003c/p\u003e\n"]]],["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"],null,["# ee.Reducer.minMax\n\nReturns a Reducer that computes the minimum and maximum of its inputs. Where applicable, the outputs are named: \"min\", \"max\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------|---------|\n| `ee.Reducer.minMax()` | Reducer |\n\n**No arguments.**"]]