ee.Image.double
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
مقدار ورودی را به یک شناور 64 بیتی ارسال می کند.
استفاده | برمی گرداند | Image. double () | تصویر |
استدلال | تایپ کنید | جزئیات | این: value | تصویر | تصویری که عملیات روی آن اعمال می شود. |
،مقدار ورودی را به یک شناور 64 بیتی ارسال می کند.
استفاده | برمی گرداند | Image. double () | تصویر |
استدلال | تایپ کنید | جزئیات | این: value | تصویر | تصویری که عملیات روی آن اعمال می شود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eTransforms image data to 64-bit floating-point representation.\u003c/p\u003e\n"],["\u003cp\u003eThe method operates directly on the input image and returns the modified image.\u003c/p\u003e\n"],["\u003cp\u003eUseful for calculations requiring higher precision.\u003c/p\u003e\n"]]],["The function converts an input image to a 64-bit floating-point representation. It operates on an `Image` object, designated as the `value` argument. The operation, denoted as `Image.double()`, is applied directly to the input image. The function returns a new `Image` object with the data type changed to 64-bit float.\n"],null,["# ee.Image.double\n\nCasts the input value to a 64-bit float.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------|---------|\n| Image.double`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]