Int128.Multiply(Int128, Int128) 運算子

定義

將兩個值相乘以計算其產品。

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 積。

實作

適用於