* Operator
Definition:
An arithmetic operator used to multiply two numbers.
Syntax:
result = expr1 * expr2
Details:
The data type of result is normally the same data type as the most precise expression. The order of precision that Phoenix follows, starting from the least precise is Integer, Long, Single, Double, Currency.
See Also:
Arithmetic
Operators
Comparison
Operators
Operator
Precedence