إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Reducer.minMax
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعرض هذه الدالة برنامج تقليل يحسب الحدّ الأدنى والأقصى لمدخلاته. عند الاقتضاء، يتم تسمية النتائج على النحو التالي: "min" و"max".
الاستخدام | المرتجعات |
---|
ee.Reducer.minMax() | Reducer |
لا توجد وسيطات.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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.**"]]