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