Int128.Addition(Int128, Int128) Operator

Definition

Adds two values together to compute their sum.

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

Parameters

left
Int128

The value to which right is added.

right
Int128

The value which is added to left.

Returns

The sum of left and right.

Implements

Applies to

Proizvod Verzije
.NET 7, 8, 9, 10