UInt64.BigMul(UInt64, UInt64) 方法

定義

產生兩個不帶正負號 64 位數位的完整乘積。

public:
 static UInt128 BigMul(System::UInt64 left, System::UInt64 right);
public static UInt128 BigMul (ulong left, ulong right);
static member BigMul : uint64 * uint64 -> UInt128
Public Shared Function BigMul (left As ULong, right As ULong) As UInt128

參數

left
UInt64

要相乘的第一個數位。

right
UInt64

要相乘的第二個數位。

傳回

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

適用於