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