NFloat.MultiplyAddEstimate(NFloat, NFloat, NFloat) 메서드

정의

() + left.의 추정치를 * rightaddend 계산합니다.

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. * rightaddend

구현

적용 대상