Describes the operators that perform arithmetic in PowerShell. Arithmetic operators calculate numeric values. You can use one or more arithmetic operators to add, subtract, multiply, and divide values ...
Adds the value of a numeric expression to the value of a numeric variable or property and assigns the result to the variable or property. Can also be used to concatenate a `String` expression to a ...