Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Divides the value of two expressions.
number1 / number2
Arguments
number1
Any numeric expression.number2
Any numeric expression.
Remarks
If number1 is a finite, non-zero number, and number2 is zero, the result of the division is Infinity if the number1 is positive, and -Infinity if negative. If both number1 and number2 are zero, the result is NaN.
Requirements
See Also
Reference
Division Assignment Operator (/=)