הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-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)."],[[["The `double` method transforms the elements of an input array into 64-bit floats."],["This function operates on each element individually, ensuring a type conversion for every value within the array."],["When applied, `double` produces a new array where all elements are represented as 64-bit floats."],["It's specifically designed for Array objects and can be accessed using the `Array.double()` syntax."]]],["The input array, denoted as `input`, is cast element-wise to a 64-bit floating-point representation. The `Array.double()` function is used for this operation. This function takes the input array and returns a new array with the same dimensions, where each element is converted to a 64-bit float. The function's sole argument is the input array itself.\n"]]