NFloat.IMultiplyOperators<NFloat,NFloat,NFloat>.CheckedMultiply 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.
Multiplies two values to compute their product.
static System::Runtime::InteropServices::NFloat System.Numerics.IMultiplyOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_CheckedMultiply(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IMultiplyOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_CheckedMultiply;
static System.Runtime.InteropServices.NFloat IMultiplyOperators<NFloat,NFloat,NFloat>.op_CheckedMultiply (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member System.Numerics.IMultiplyOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_CheckedMultiply : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Shared op_CheckedMultiply (left As NFloat, right As NFloat) As NFloat Implements IMultiplyOperators(Of NFloat, NFloat, NFloat).op_CheckedMultiply
Parameters
- left
- NFloat
The value that right
multiplies.
- right
- NFloat
The value that multiplies left
.
Returns
The product of left
multiplied by right
.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.