NFloat.MultiplyAddEstimate(NFloat, NFloat, NFloat) Metodo

Definizione

Calcola una stima di (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

Parametri

left
NFloat

Valore da moltiplicare con right.

right
NFloat

Valore da moltiplicare con left.

addend
NFloat

Valore da aggiungere al risultato di left moltiplicato per right.

Restituisce

Stima di (left * right) + addend.

Implementazioni

Si applica a