/ Operator

The / Operator is used to divide two numbers.


 *result = operand1 / operand2* 
        

Remarks

The operands can be any numeric expression.

See Also

Operators

Operators and Their Precedence