Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до
15 апреля 2025 года, должны
подтвердить некоммерческое право на сохранение доступа к Earth Engine.
ee.Array.toInt32
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Поэлементно преобразует входное значение в знаковое 32-битное целое число.
Использование | Возврат | Array. toInt32 () | Множество |
Аргумент | Тип | Подробности | это: input | Множество | Входной массив. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003e\u003ccode\u003etoInt32()\u003c/code\u003e is an Array method that operates element-wise, converting each element to a signed 32-bit integer.\u003c/p\u003e\n"],["\u003cp\u003eThe method returns a new Array containing the converted elements, leaving the original Array unchanged.\u003c/p\u003e\n"],["\u003cp\u003eThe input to \u003ccode\u003etoInt32()\u003c/code\u003e is an Array and there are no additional arguments.\u003c/p\u003e\n"]]],["The input array's values are cast to signed 32-bit integers element-wise. The `toInt32()` method, when called on an array (`Array.toInt32()`), returns a new array containing these converted integer values. The method takes one argument: `input`, which is the array to be transformed. The conversion is performed for each element within the `input` array.\n"],null,["# ee.Array.toInt32\n\nOn an element-wise basis, casts the input value to a signed 32-bit integer.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------|---------|\n| Array.toInt32`()` | Array |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `input` | Array | The input array. |"]]