public bool TestBit( int n )
Public Function TestBit ( n As Integer ) As Boolean
public: bool TestBit( int n )
function TestBit(n);
In This Article