Annonce : Tous les projets non commerciaux enregistrés pour utiliser Earth Engine avant le 15 avril 2025 doivent vérifier leur éligibilité non commerciale pour conserver leur accès à Earth Engine.
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Effectue un cast de la valeur d'entrée en un entier non signé de 16 bits, élément par élément.
Utilisation
Renvoie
Array.uint16()
Tableau
Argument
Type
Détails
ceci : input
Tableau
Tableau d'entrée.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/26 (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"]]