Int128.Addition(Int128, Int128) 運算子

定義

將兩個值相加以計算其總和。

public:
 static Int128 operator +(Int128 left, Int128 right) = System::Numerics::IAdditionOperators<Int128, Int128, Int128>::op_Addition;
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 的值。

傳回

leftright 的總和。

實作

適用於