Int128.Addition(Int128, Int128) Operador

Definición

Agrega dos valores juntos para calcular su suma.

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

Parámetros

left
Int128

Valor al que right se agrega.

right
Int128

Valor que se agrega a left.

Devoluciones

La suma de left y right.

Implementaciones

Se aplica a