Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eint()\u003c/code\u003e function casts a given input Number to a signed 32-bit integer within the range of [-2147483648, 2147483647].\u003c/p\u003e\n"],["\u003cp\u003eCasting floating-point numbers using \u003ccode\u003eint()\u003c/code\u003e will result in the loss of decimal precision, truncating the decimal portion.\u003c/p\u003e\n"],["\u003cp\u003eIf the input number exceeds the maximum value for a signed 32-bit integer, the result will be capped at the maximum value (2147483647).\u003c/p\u003e\n"],["\u003cp\u003eConversely, if the input number is less than the minimum value for a signed 32-bit integer, the result will be set to the minimum value (-2147483648).\u003c/p\u003e\n"]]],[],null,[]]