UInt128.Multiply(UInt128, UInt128) 運算子

定義

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

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 的值。

傳回

乘以 right 的乘 left 積。

實作

適用於