Share via


NFloat.Addition(NFloat, NFloat) 運算子

定義

將兩個值相加以計算其總和。

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

參數

left
NFloat

要加入的值 right

right
NFloat

新增至 left的值。

傳回

leftright 的總和。

實作

適用於