Division Assignment Operator (/=)
Visual Studio 2008
Divides the value of a variable by the value of an expression and assigns the result to the variable.
result /= expression
Divides the value of a variable by the value of an expression and assigns the result to the variable.
result /= expression