Division (/)

This operator is used to divide two numbers and return a floating-point result.

Syntax

result = number1 / number2

Parameters

result
Any numeric value.
expression1
Any expression.
expression2
Any expression.

Remarks

If one or both expressions are Null expressions, result is Null. Any expression that is Empty is treated as 0.