BitCount() 개인적인 메소드

private BitCount ( int x ) : int
x int
리턴 int
예제 #1
0
 int index(int bit)
 {
     return(Util.BitCount(_bitmap & (bit - 1)));
 }