SByte.IAdditionOperators<SByte,SByte,SByte>.Addition Operátor

Definice

Sečte dvě hodnoty pro výpočet jejich součtu.

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

Parametry

left
SByte

Hodnota, ke které right se přičtou.

right
SByte

Hodnota přidaná do left.

Návraty

Součet a leftright.

Implementuje

Platí pro