Appendix C

Operators in Visual Basic .NET

Table C1 Arithmetic Operators

Table C1

Table C2 Precedence of Arithmetic Operators

Priority Operator Associativity
1
Left to right
2
*   /   \   Mod Left to right
3
+   − Left to right
4
= Right to left

Table C3 Comparison Operators

Table C3

Table C4 Truth Table for Logical Operators

Table C4

Table C5 Methods that Belong to Math Class

Method Description
Abs() Returns the absolute value of an argument ...

Get Visual Basic .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.