Ankündigung: Alle nicht kommerziellen Projekte, die vor dem 15. April 2025 für die Nutzung der Earth Engine registriert wurden, müssen die Berechtigung zur nicht kommerziellen Nutzung bestätigen, um weiterhin auf die Earth Engine zugreifen zu können.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["`Number.toInt32()` casts an input Number to a signed 32-bit integer within the range of -2147483648 to 2147483647."],["Values exceeding this range are clamped to the respective minimum or maximum 32-bit integer values."],["Floating point numbers lose decimal precision during the conversion."],["The method returns a new Number object representing the converted integer value, leaving the original Number unchanged."]]],["The `toInt32()` method casts a number to a signed 32-bit integer, with a range from -2147483648 to 2147483647. Floating-point numbers lose decimal precision when cast. Numbers exceeding the maximum range become the maximum value, while numbers below the minimum range become the minimum value. It accepts an `input` value of type `Number` and returns a `Number` representing the signed 32-bit integer.\n"]]