コード例 #1
0
 /// <summary>
 /// 1になっている数を数える
 /// </summary>
 /// <returns></returns>
 public int PopCount()
 {
     return(p.PopCount());
 }