Int128.Multiply(Int128, Int128) 演算子

定義

2 つの値を乗算して製品を計算します。

public:
 static Int128 operator *(Int128 left, Int128 right) = System::Numerics::IMultiplyOperators<Int128, Int128, Int128>::op_Multiply;
public static Int128 operator * (Int128 left, Int128 right);
static member ( * ) : Int128 * Int128 -> Int128
Public Shared Operator * (left As Int128, right As Int128) As Int128

パラメーター

left
Int128

乗算する right 値。

right
Int128

を乗算 leftする値。

戻り値

を乗算した rightの積left

実装

適用対象