運算符是指示編譯器執行特定數學或邏輯運算的符號。VB。網has a plethora of built-in operators, including the following sorts of commonly used operators:
- 算術運算符如+,-,/,*,MOD
- 比較運算符eg =, <>, >, <, Is, IsNot
- 邏輯/位運算符,如AND, OR, NOT
- 位移位操作符,例如&,I, ^
- 賦值運算符為eg =, +=, /=, *=
- 雜項操作符,例如Await, GetType, If
操作符的優先級
表達式中術語的順序由運算符優先級決定。這將影響表達式的求值方式。某些運算符比其他運算符更重要;例如,乘法運算符比加法運算符更重要。