Multiplication (*)

Airkit supports the standard multiplication operator *. It is used to multiply Numbers together.

Example

The following example shows how the multiplication operator is used to multiply the Number 2 and the Number 3 together. Note that it returns a another Number: 6, the product of 1 and 3:

2 * 3 -> 6

Last updated