ee.Image.double
Casts the input value to a 64-bit float.
Usage | Returns |
---|
Image.double() | Image |
Argument | Type | Details |
---|
this: value | Image | The image to which the operation is applied. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["Transforms image data to 64-bit floating-point representation."],["The method operates directly on the input image and returns the modified image."],["Useful for calculations requiring higher precision."]]],["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"]]