次の方法で共有


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

定義

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

乗算する 2 番目の数値。

戻り値

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

適用対象