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\u003e\u003ccode\u003enumber.int8()\u003c/code\u003e casts a given number to a signed 8-bit integer, which can represent values between -128 and 127.\u003c/p\u003e\n"],["\u003cp\u003eCasting floating point numbers to int8 using this method results in the loss of decimal precision, effectively truncating the decimal portion.\u003c/p\u003e\n"],["\u003cp\u003eIf the input number exceeds the maximum value for an int8 (127), the result will be capped at 127.\u003c/p\u003e\n"],["\u003cp\u003eIf the input number is less than the minimum value for an int8 (-128), the result will be capped at -128.\u003c/p\u003e\n"]]],[],null,[]]