ee.Reducer.min
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
کاهش دهنده ای ایجاد می کند که حداقل مقدار ورودی (اول) خود را خروجی می کند. اگر numInputs بزرگتر از یک باشد، مقادیر متناظر ورودی های اضافی را نیز خروجی می دهد.
استفاده | برمی گرداند | ee.Reducer.min( numInputs ) | کاهنده |
استدلال | تایپ کنید | جزئیات | numInputs | عدد صحیح، پیش فرض: 1 | تعداد ورودی ها |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]