NFloat.ReciprocalEstimate(NFloat) 메서드

정의

값의 상호 추정값을 계산합니다.

public:
 static System::Runtime::InteropServices::NFloat ReciprocalEstimate(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::ReciprocalEstimate;
public static System.Runtime.InteropServices.NFloat ReciprocalEstimate (System.Runtime.InteropServices.NFloat x);
static member ReciprocalEstimate : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function ReciprocalEstimate (x As NFloat) As NFloat

매개 변수

x
NFloat

역수의 추정치를 계산할 값입니다.

반환

의 상호 추정값입니다 x.

구현

적용 대상