uint8()

Takes a number and converts it to a 8-bit unsigned integer.

This function is valid in v2.13.0 to v2.24.3. This function has been downloaded 61 times.

Parameter

{number} number
Number to be converted to a 8-bit unsigned integer.

Returns

{number}
Returns the specified number as a 8-bit unsigned integer.

Required Function

This function directly requires the following function which is included automatically:

  • int8()
    Takes a number and converts it to a twos-complement 8-bit signed integer.

Requiring Function

This function is directly required by the following function:

  • int8()
    Takes a number and converts it to a twos-complement 8-bit signed integer.