Multiplication (*)

This operator is used to multiply two numbers.

Syntax

result = number1* number2

Parameters

result
Any numeric variable.
number1
Any numeric expression.
number2
Any numeric expression.

Remarks

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