共用方式為


Int32.BigMul(Int32, Int32) 方法

定義

產生兩個32位數位的完整乘積。

public:
 static long BigMul(int left, int right);
public static long BigMul (int left, int right);
static member BigMul : int * int -> int64
Public Shared Function BigMul (left As Integer, right As Integer) As Long

參數

left
Int32

要相乘的第一個數位。

right
Int32

要相乘的第二個數位。

傳回

包含指定數位乘積的數位。

適用於