Int64.BigMul(Int64, Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生兩個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
要相乘的第二個數位。
傳回
包含指定數位乘積的數位。