ee.Image.float
Casts the input value to a 32-bit float.
Usage | Returns |
---|
Image.float() | 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."],[[["Casts the input image to a 32-bit float."],["The function, `Image.float()`, returns a new Image object."],["This operation is applied to an existing image and modifies its data type."]]],["The core function casts an image's pixel values to a 32-bit float. The operation, accessible via `Image.float()`, takes an image as input (`value`) and returns a modified image. This action converts the data type of the image's pixels to a float. There are no other arguments required. The returned value is the converted image.\n"]]