用于返回数值的1位状态。
格式 BTst (数值, 位编号)
参数
返回值 以1或0返回位测试的值。
参照 BClr、BClr64、BSet、BSet64、BTst64
BTst函数使用示例
If BTst(flags, 1) Then Print "Bit 1 is set" EndIf
← BSet64函数 BTst64函数 →