* (times)

This is the multiplication operator.

For example,

a * b

will return a multiplied by b, if a and b are integers.

See this in action here.