NFloat.IDivisionOperators<NFloat,NFloat,NFloat>.CheckedDivision 演算子

定義

商を計算するために 2 つの値を除算します。

 static System::Runtime::InteropServices::NFloat System.Numerics.IDivisionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_CheckedDivision(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IDivisionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_CheckedDivision;
static System.Runtime.InteropServices.NFloat IDivisionOperators<NFloat,NFloat,NFloat>.op_CheckedDivision (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member System.Numerics.IDivisionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_CheckedDivision : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
 Shared op_CheckedDivision (left As NFloat, right As NFloat) As NFloat Implements IDivisionOperators(Of NFloat, NFloat, NFloat).op_CheckedDivision

パラメーター

left
NFloat

除算する right 値。

right
NFloat

を除算する left値。

戻り値

の商を left で除算します right

実装

適用対象