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

left 결과에 추가할 값에 right곱한 값입니다.

반환

추정값(left * right) + addend.

구현

적용 대상