Pretty sure the OP wants the bitwise behavior.
In which case the entire expression can be i & 64
. No if()
, and no >0
.
Pretty sure the OP wants the bitwise behavior.
In which case the entire expression can be i & 64
. No if()
, and no >0
.