NFloat.MultiplyAddEstimate(NFloat, NFloat, NFloat) Metod

Definition

Beräknar en uppskattning av (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

Parametrar

left
NFloat

Värdet som ska multipliceras med right.

right
NFloat

Värdet som ska multipliceras med left.

addend
NFloat

Värdet som ska läggas till i resultatet multiplicerat leftrightmed .

Returer

En uppskattning av (left * right) + addend.

Implementeringar

Gäller för