highByte()

描述

撷取一个 word 中的高位元组 (最左边的位元组,或者一个更大的资料型别中的第二低的位元组)。

语法


highByte(x)

参数

x: 一个任意型别的数值

回传

byte

See also

lowByte()
word()


语法参考主页面

本页由热血青年 LBU 译自英文版。

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.