共用方式為


Int64.BigMul(Int64, Int64) 方法

定義

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

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

參數

left
Int64

要相乘的第一個數位。

right
Int64

要相乘的第二個數位。

傳回

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

適用於