*
Operator
Multiplies two values.
Syntax
expression_1 * expression_2
Parts
expression_1
- A numeric expression.
expression_2
- A numeric expression.
Instructions
TODO
Examples
TODO
See also
Other elements that use this symbol
- Array ranks (for example,
Dim x As Int32*2
). - Units of measure (for example,
2.0 (kilowatt*hours)
). See Units of Measure.