إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Reducer.min
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تنشئ هذه الدالة دالة اختزال تعرض الحد الأدنى لقيمة الإدخال (الأول). إذا كانت قيمة numInputs أكبر من واحد، يتم أيضًا عرض القيم المقابلة للمدخلات الإضافية.
الاستخدام | المرتجعات |
---|
ee.Reducer.min(numInputs) | Reducer |
الوسيطة | النوع | التفاصيل |
---|
numInputs | عدد صحيح، القيمة التلقائية: 1 | عدد المدخلات |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eComputes the minimum value of the primary input and returns it as the output.\u003c/p\u003e\n"],["\u003cp\u003eIf \u003ccode\u003enumInputs\u003c/code\u003e is specified and greater than 1, the reducer also outputs the corresponding values of the additional inputs associated with the minimum value of the primary input.\u003c/p\u003e\n"],["\u003cp\u003eThe reducer is created using \u003ccode\u003eee.Reducer.min()\u003c/code\u003e and accepts an optional \u003ccode\u003enumInputs\u003c/code\u003e argument to specify the number of inputs to consider.\u003c/p\u003e\n"]]],["The `ee.Reducer.min()` function creates a reducer to find the minimum value from its inputs. It accepts an integer `numInputs` argument, defaulting to 1, specifying the number of inputs. If `numInputs` is greater than 1, the reducer outputs the minimum value along with the corresponding values of the additional inputs. It returns a reducer object.\n"],null,["# ee.Reducer.min\n\nCreates a reducer that outputs the minimum value of its (first) input. If numInputs is greater than one, also outputs the corresponding values of the additional inputs.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------|---------|\n| `ee.Reducer.min(`*numInputs*`)` | Reducer |\n\n| Argument | Type | Details |\n|-------------|---------------------|-----------------------|\n| `numInputs` | Integer, default: 1 | The number of inputs. |"]]