/ Operator (C# Reference)
Visual Studio 2005
The division operator (/) divides its first operand by its second. All numeric types have predefined division operators.
User-defined types can overload the / operator (see operator). Overloading the / operator implicitly overloads the /= operator.