[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-26 UTC。"],[[["This function transforms each element of an input array into an unsigned 16-bit integer."],["It processes the array element-by-element and returns a new array with the converted values."],["The input to the function is an array, and the output is a new array of the same size containing unsigned 16-bit integers."]]],["The input array's values are cast to unsigned 16-bit integers on an element-wise basis. The `toUint16()` method, applied to an array, takes the input array as an argument and returns a new array. Each element in the returned array will be the unsigned 16-bit integer representation of the corresponding element in the input array.\n"]]