共用方式為


UInt32.BigMul(UInt32, UInt32) 方法

定義

產生兩個不帶正負號 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

要相乘的第二個數位。

傳回

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

適用於