UInt32.BigMul(UInt32, UInt32) メソッド

定義

2 つの符号なし 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

乗算する 2 番目の数値。

戻り値

指定した数値の積を含む番号。

適用対象