UInt128.Addition(UInt128, UInt128) Operador

Definición

Agrega dos valores juntos para calcular su suma.

public:
 static UInt128 operator +(UInt128 left, UInt128 right) = System::Numerics::IAdditionOperators<UInt128, UInt128, UInt128>::op_Addition;
public static UInt128 operator + (UInt128 left, UInt128 right);
static member ( + ) : UInt128 * UInt128 -> UInt128
Public Shared Operator + (left As UInt128, right As UInt128) As UInt128

Parámetros

left
UInt128

Valor al que right se agrega.

right
UInt128

Valor que se agrega a left.

Devoluciones

La suma de left y right.

Implementaciones

Se aplica a