NFloat.IAdditionOperators<NFloat,NFloat,NFloat>.CheckedAddition 演算子

定義

合計を計算するために 2 つの値を加算します。

 static System::Runtime::InteropServices::NFloat System.Numerics.IAdditionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_CheckedAddition(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_CheckedAddition;
static System.Runtime.InteropServices.NFloat IAdditionOperators<NFloat,NFloat,NFloat>.op_CheckedAddition (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member System.Numerics.IAdditionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_CheckedAddition : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
 Shared op_CheckedAddition (left As NFloat, right As NFloat) As NFloat Implements IAdditionOperators(Of NFloat, NFloat, NFloat).op_CheckedAddition

パラメーター

left
NFloat

追加先の right 値。

right
NFloat

left追加される値。

戻り値

leftright の合計。

実装

適用対象