*
Returns the multiplication of this integer and the other integer.
Syntax
anInteger * anotherInteger
Parameters
anotherInteger - Integer
The second integer.
Return Value
The multiplication of this integer and the other integer.
Returns the multiplication of this integer and the other integer.