NFloat.ReciprocalSqrtEstimate(NFloat) 메서드

정의

값의 역 제곱근 추정값을 계산합니다.

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

매개 변수

x
NFloat

상호 제곱근의 추정치를 계산할 값입니다.

반환

의 역 제곱근 추정값입니다 x.

구현

적용 대상