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

定義

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

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

パラメーター

left
Int32

乗算する最初の数値。

right
Int32

乗算する 2 番目の数値。

戻り値

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

適用対象