Skip to Main Content
Visual Basic 2015 Unleashed
book

Visual Basic 2015 Unleashed

by Alessandro Del Sole
July 2015
Intermediate to advanced content levelIntermediate to advanced
1300 pages
87h 27m
English
Sams
Content preview from Visual Basic 2015 Unleashed

Logical, Bitwise, and Shift Operators

Visual Basic 2015 offers logical, bitwise, and shift operators. Logical operators are special operators that enable comparisons between Boolean values and return Boolean values. Bitwise and shift operators enable performing operations bit by bit. Next let’s discuss both logical and bitwise operators.

Logical Operators

Visual Basic 2015 has eight logical/bitwise operators: Not, And, Or, Xor, AndAlso, OrElse, IsFalse, and IsTrue. In this section you’ll learn about the first four; the other ones are covered in the next section. The first operator, Not, returns the opposite of the actual Boolean value. For example, the following lines of code return False because, although the 43 number is greater than 10, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning Visual Basic 2015

Beginning Visual Basic 2015

Bryan Newsome

Publisher Resources

ISBN: 9780134196664Purchase book