ee.Array.int8
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
بر اساس عنصر، مقدار ورودی را به یک عدد صحیح 8 بیتی امضا میکند.
استفاده | برمی گرداند | Array. int8 () | آرایه |
استدلال | تایپ کنید | جزئیات | این: input | آرایه | آرایه ورودی |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003e\u003ccode\u003eArray.int8()\u003c/code\u003e casts the input array values to signed 8-bit integers, element by element.\u003c/p\u003e\n"],["\u003cp\u003eThe method returns a new array with the converted values and does not modify the original array.\u003c/p\u003e\n"],["\u003cp\u003eThe input array can contain elements of any data type, but they will be coerced into signed 8-bit integer values.\u003c/p\u003e\n"],["\u003cp\u003eThis function is useful for scenarios requiring memory efficiency or compatibility with systems utilizing 8-bit integer representations.\u003c/p\u003e\n"]]],[],null,["# ee.Array.int8\n\nOn an element-wise basis, casts the input value to a signed 8-bit integer.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------|---------|\n| Array.int8`()` | Array |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `input` | Array | The input array. |"]]