ee.Array.uint8
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Trên cơ sở từng phần tử, truyền giá trị đầu vào thành số nguyên 8 bit không dấu.
Cách sử dụng | Giá trị trả về |
---|
Array.uint8() | Mảng |
Đối số | Loại | Thông tin chi tiết |
---|
this: input | Mảng | Mảng đầu vào. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eThis function converts the input array elements to unsigned 8-bit integers.\u003c/p\u003e\n"],["\u003cp\u003eThe function operates element-wise, meaning it transforms each element of the input array individually.\u003c/p\u003e\n"],["\u003cp\u003eThe result is a new array with the same dimensions as the input, but with elements of type unsigned 8-bit integer.\u003c/p\u003e\n"],["\u003cp\u003eIt's primarily used within the Array class and is invoked using the \u003ccode\u003euint8()\u003c/code\u003e method.\u003c/p\u003e\n"]]],[],null,["# ee.Array.uint8\n\nOn an element-wise basis, casts the input value to an unsigned 8-bit integer.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------|---------|\n| Array.uint8`()` | Array |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `input` | Array | The input array. |"]]