UInt128.Multiply(UInt128, UInt128) 演算子

定義

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

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

パラメーター

left
UInt128

乗算する right 値。

right
UInt128

を乗算 leftする値。

戻り値

を乗算した rightleft積。

実装

適用対象