Private Sub Command1_MouseUp(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)   
 If Option2(Index).value Then                    '判断当前选择的模式是否为JOG模式        Rtn = GT_Stop(2 ^ Index, 0)                 '按位平滑停止当前的轴   
 End If
End Sub
这是固高板卡的一个函数调用,我想知道2 ^ Index是什么意思。听别人说好像和什么二进制有关。没听懂。
有没有哪位大神帮忙解释一下