ee.Array.uint16
On an element-wise basis, casts the input value to an unsigned 16-bit integer.
Usage | Returns |
---|
Array.uint16() | 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."],[[["This function transforms the elements of an input array into unsigned 16-bit integers."],["It operates on each element individually, ensuring every value is converted."],["The function returns a new array containing the converted values, maintaining the original array's structure."],["It accepts one argument, the input array, which can hold any data type."]]],["The `Array.uint16()` function casts each element of an input array to an unsigned 16-bit integer. It operates element-wise, transforming each value within the input array. The function accepts a single argument, which is the input array itself. The function returns a new array containing the converted unsigned 16-bit integers.\n"]]