testBit

testBit

> 功能

如果数字 x* 在位置 *bit 的位为 1,则返回 true,否则返回 false。位置 0 是最低有效位。该函数也适用于大整数。

参数
返回值
Note