IAdditionOperators<TSelf,TOther,TResult>.Addition(TSelf, TOther) Operator

Definition

Adds two values together to compute their sum.

C#
public static abstract TResult operator + (TSelf left, TOther right);

Parameters

left
TSelf

The value to which right is added.

right
TOther

The value which is added to left.

Returns

TResult

The sum of left and right.

Applies to

Product Versions
.NET 7, 8, 9