用於傳回數值的1位元狀態。
格式 BTst64 (數值, 位元編號)
參數
傳回值 以1或0傳回位元測試的值。
參照 BClr、BClr64、BSet、BSet64、BTst
BTst64函數範例
If BTst64(flags, 1) Then Print "Bit 1 is set" EndIf
← BTst函數 Byte →