NFloat.Addition(NFloat, NFloat) Operatör

Tanım

Toplamlarını hesaplamak için iki değeri bir araya ekler.

public:
 static System::Runtime::InteropServices::NFloat operator +(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IAdditionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_Addition;
public static System.Runtime.InteropServices.NFloat operator + (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member ( + ) : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Operator + (left As NFloat, right As NFloat) As NFloat

Parametreler

left
NFloat

Eklendiği right değer.

right
NFloat

öğesine eklenen leftdeğer.

Döndürülenler

ve righttoplamını left alır.

Uygulamalar

Şunlara uygulanır