ee.Array.toInt64
On an element-wise basis, casts the input value to a signed 64-bit integer.
Usage | Returns |
---|
Array.toInt64() | 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."],[[["The `toInt64()` function converts each element of an input array to a 64-bit integer."],["It operates on the array element-by-element, returning a new array with the converted values."],["The input array can be of any data type, and the function will attempt to cast each element to a signed 64-bit integer."],["The resulting array will have the same dimensions and shape as the input array."]]],["The provided content details an operation that casts an input array's elements to signed 64-bit integers. The `toInt64()` function, when applied to an array, processes each element individually and returns a new array containing the converted 64-bit integer values. The input array is referred to as `input` and serves as the source for the element-wise conversion.\n"]]