Javatpoint Logo
Javatpoint Logo

JavaScript DataView.getUint16() method

The JavaScript DataView.getUint16() is an inbuilt method in dataView. It is used to get a unsigned 16-bit integer(unsigned short) number at a specified location.

Syntax

Parameters

byteoffset: The offset, in a byte, from the start of the view where to read the data.

Return value

This method returns an unsigned 16-bit integer number.

Browser Support

Chrome 9
Safari 5.1
Firefox 15
Opera 12.1

Example 1

Test it Now

Output:

Convert the value 3.1 to:

3

Example 2

Test it Now

Output:

If there is no data to be stored, then Output will Be:

0

Example 3

Test it Now

Output:

convert the PI value 3.14 to:

3

Example 4

Test it Now

Output:

If we give an Integer value then Output will Integer be

40




Help Others, Please Share

facebook twitter pinterest