[[["易于理解","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"]],["最后更新时间 (UTC):2025-07-26。"],[[["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"]]