Multiply

Description

Multiplies two specified integers and returns the result.

Syntax

Multiply(Int1, Int2: Integer): Integer 

Example

Multiply(2,5)

The return value is 10.