Pergunta de entrevista da empresa GoDaddy

bool Method (int n) if(n & (n-1) ==0) return true; else retutn false; How should this method be called?