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