הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני 15 באפריל 2025 חייבים לעבור אימות של הזכאות לשימוש לא מסחרי כדי לשמור על הגישה ל-Earth Engine.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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"]]