NFloat.MultiplyAddEstimate(NFloat, NFloat, NFloat) 方法

定义

计算估计值 (left * right) + 。 addend

public:
 static System::Runtime::InteropServices::NFloat MultiplyAddEstimate(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right, System::Runtime::InteropServices::NFloat addend) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::MultiplyAddEstimate;
public static System.Runtime.InteropServices.NFloat MultiplyAddEstimate(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right, System.Runtime.InteropServices.NFloat addend);
static member MultiplyAddEstimate : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function MultiplyAddEstimate (left As NFloat, right As NFloat, addend As NFloat) As NFloat

参数

left
NFloat

要乘 right以的值。

right
NFloat

要乘 left以的值。

addend
NFloat

要添加到乘数结果leftright的值。

返回

估计值 (left * right) + 。 addend

实现

适用于