Ler en inglés

Compartir por


UInt128.Addition(UInt128, UInt128) Operador

Definición

Agrega dos valores juntos para calcular su suma.

C#
public static UInt128 operator +(UInt128 left, UInt128 right);

Parámetros

left
UInt128

Valor al que se agrega right.

right
UInt128

Valor que se agrega a left.

Devoluciones

Suma de left y right.

Implementaciones

Se aplica a

Produto Versións
.NET 7, 8, 9, 10