Partilhar via


NFloat.MultiplyAddEstimate(NFloat, NFloat, NFloat) Método

Definição

Calcula uma estimativa de (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

Parâmetros

left
NFloat

O valor a ser multiplicado com right.

right
NFloat

O valor a ser multiplicado com left.

addend
NFloat

O valor a ser adicionado ao resultado de left multiplicado por right.

Retornos

Uma estimativa de (left * right) + addend.

Implementações

Aplica-se a