Int16.IAdditionOperators<Int16,Int16,Int16>.Addition Оператор

Определение

Добавляет два значения вместе для вычисления их суммы.

 static short System.Numerics.IAdditionOperators<System.Int16,System.Int16,System.Int16>.operator +(short left, short right) = System::Numerics::IAdditionOperators<short, short, short>::op_Addition;
static short IAdditionOperators<short,short,short>.operator + (short left, short right);
static member ( + ) : int16 * int16 -> int16
 Shared Operator + (left As Short, right As Short) As Short Implements IAdditionOperators(Of Short, Short, Short).op_Addition

Параметры

left
Int16

Значение, к которому right добавляется.

right
Int16

Значение, добавляемое в left.

Возвращаемое значение

Сумма left и right.

Реализации

Применяется к