Int32.IAdditionOperators<Int32,Int32,Int32>.Addition Operator

Definition

Adds two values together to compute their sum.

C#
static int IAdditionOperators<int,int,int>.operator +(int left, int right);

Parameters

left
Int32

The value to which right is added.

right
Int32

The value that's added to left.

Returns

The sum of left and right.

Implements

Applies to

Proizvod Verzije
.NET 7, 8, 9, 10