NFloat.IDivisionOperators<NFloat,NFloat,NFloat>.CheckedDivision 运算符

定义

将两个值相除以计算其商。

 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的值。

返回

的商除 leftright

实现

适用于