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

实现

适用于