ee.Array.toDouble
On an element-wise basis, casts the input value to a 64-bit float.
Usage | Returns |
---|
Array.toDouble() | Array |
Argument | Type | Details |
---|
this: input | Array | The input array. |
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."],[[["`Array.toDouble()` is a method that operates on an array."],["This method transforms each element of the input array into a 64-bit floating-point number."],["The output of this method is a new array containing the converted elements."]]],[]]