K
Kim Schulz
hi
Im Converting some C source to C# and hit this small problem.
I have a
for(x=0;....x++){
if (x & 1) ....
}
but how do I construct the (x & 1) so it returns a boolean value?
Im Converting some C source to C# and hit this small problem.
I have a
for(x=0;....x++){
if (x & 1) ....
}
but how do I construct the (x & 1) so it returns a boolean value?