ee.Reducer.minMax
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงผล Reducer ที่คำนวณค่าต่ำสุดและสูงสุดของอินพุต เอาต์พุตจะมีชื่อว่า "min" และ "max" (หากมี)
การใช้งาน | การคืนสินค้า |
---|
ee.Reducer.minMax() | ตัวลดตำแหน่ง |
ไม่มีอาร์กิวเมนต์
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 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.**"]]