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

定義

2 つの 64 ビット数値の完全な積を生成します。

public:
 static Int128 BigMul(long left, long right);
public static Int128 BigMul (long left, long right);
static member BigMul : int64 * int64 -> Int128
Public Shared Function BigMul (left As Long, right As Long) As Int128

パラメーター

left
Int64

乗算する最初の数値。

right
Int64

乗算する 2 番目の数値。

戻り値

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

適用対象