ee.Array.toUint8
On an element-wise basis, casts the input value to an unsigned 8-bit integer.
Usage | Returns |
---|
Array.toUint8() | 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 input array into an array of unsigned 8-bit integers."],["It operates on each element of the array individually, converting it to its unsigned 8-bit integer equivalent."],["The original array is used as input and a new array containing the converted values is returned."]]],["The provided content details an operation that casts an input array to an array of unsigned 8-bit integers, operating element-wise. The `toUint8()` function, when used on an array, returns a new array with these type conversions. It accepts one argument, `input`, which represents the original array to be transformed. The operation changes each element of input array to an unsigned 8-bit number.\n"]]