Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["This operation transforms the elements of an input array into 64-bit signed integers."],["It operates on each element individually, ensuring each value is converted to the specified data type."],["The output is a new array containing the converted integer values, maintaining the original array structure."],["`Array.long()` is the designated method to initiate this element-wise conversion to long integers."]]],["The input array is cast element-wise to a signed 64-bit integer. The `Array.long()` method performs this operation. It takes one argument, `input`, which is the array to be processed, and returns a new array containing the converted 64-bit integer values. The method converts each element in the `input` array.\n"]]