UInt32.BigMul(UInt32, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生兩個不帶正負號 32 位數位的完整乘積。
public:
static System::UInt64 BigMul(System::UInt32 left, System::UInt32 right);
public static ulong BigMul (uint left, uint right);
static member BigMul : uint32 * uint32 -> uint64
Public Shared Function BigMul (left As UInteger, right As UInteger) As ULong
參數
- left
- UInt32
要相乘的第一個數位。
- right
- UInt32
要相乘的第二個數位。
傳回
包含指定數位乘積的數位。