NFloat.IDivisionOperators<NFloat,NFloat,NFloat>.CheckedDivision Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Divides two values to compute their quotient.
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
Parameters
- left
- NFloat
The value that right
divides.
- right
- NFloat
The value that divides left
.
Returns
The quotient of left
divided by right
.
Implements
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.