StackOverflow 文件 PowerShell 教程 運算子 算術運算子 算術運算子 Created: November-22, 2018 1 + 2 # Addition 1 - 2 # Subtraction -1 # Set negative value 1 * 2 # Multiplication 1 / 2 # Division 1 % 2 # Modulus 100 -shl 2 # Bitwise Shift-left 100 -shr 1 # Bitwise Shift-right 分配運算子比較運算子