Flipping bits

  • + 0 comments

    uint binary = (uint)n; return ~binary;