تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-24 بهوقت ساعت هماهنگ جهانی."],[[["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"]]