Прочетете на английски Редактиране

Споделяне чрез


Char.IAdditionOperators<Char,Char,Char>.CheckedAddition Operator

Definition

Adds two values together to compute their sum.

C#
static char IAdditionOperators<char,char,char>.op_CheckedAddition(char left, char right);

Parameters

left
Char

The value to which right is added.

right
Char

The value that's added to left.

Returns

The sum of left and right.

Implements

Applies to

Продукт Версии
.NET 7, 8, 9, 10