Saturday, January 19, 2019

C# Bitwise Operators

It performs bitwise OR operation on the corresponding bits of two operands. If either of the bits is 1 , the result is 1 . Otherwise the result is 0 . If the operands are of type bool , the bitwise OR operation is equivalent to logical OR operation betwhtteen them….continue reading

No comments:

Post a Comment