SByte.IAdditionOperators<SByte,SByte,SByte>.Addition Operator

Definition

Adds two values together to compute their sum.

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

Parameters

left
SByte

The value to which right is added.

right
SByte

The value that's added to left.

Returns

The sum of left and right.

Implements

Applies to

Product Versions
.NET 7, 8, 9