>>132
わざと間違えてない?w
static int GetBit(uint x, int position)
{
  return (int)((x >> position) & 1);
}