ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Reducer.max
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি রিডুসার তৈরি করে যা তার (প্রথম) ইনপুটের সর্বোচ্চ মান আউটপুট করে। numInputs একের বেশি হলে, অতিরিক্ত ইনপুটগুলির সংশ্লিষ্ট মানগুলিও আউটপুট করে।
ব্যবহার | রিটার্নস | ee.Reducer.max( numInputs ) | হ্রাসকারী |
যুক্তি | টাইপ | বিস্তারিত | numInputs | পূর্ণসংখ্যা, ডিফল্ট: 1 | ইনপুট সংখ্যা. |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThis reducer determines the maximum value of its primary input.\u003c/p\u003e\n"],["\u003cp\u003eIf specified with \u003ccode\u003enumInputs\u003c/code\u003e greater than 1, it also returns the corresponding values from the other input bands at the location of the maximum value.\u003c/p\u003e\n"],["\u003cp\u003eUse \u003ccode\u003eee.Reducer.max()\u003c/code\u003e to create an instance of this reducer, optionally specifying the number of inputs to consider.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.max\n\nCreates a reducer that outputs the maximum 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.max(`*numInputs*`)` | Reducer |\n\n| Argument | Type | Details |\n|-------------|---------------------|-----------------------|\n| `numInputs` | Integer, default: 1 | The number of inputs. |"]]