Multiply

説明

指定された2つの整数を乗算し、結果を戻します。

構文

Multiply(Int1: Integer, Int2: Integer): Integer 

Multiply(2,5)

戻り値は10です。