Double.ReciprocalEstimate(Double) 메서드

정의

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

public:
 static double ReciprocalEstimate(double x) = System::Numerics::IFloatingPointIeee754<double>::ReciprocalEstimate;
public static double ReciprocalEstimate (double x);
static member ReciprocalEstimate : double -> double
Public Shared Function ReciprocalEstimate (x As Double) As Double

매개 변수

x
Double

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

반환

의 상호 추정값입니다 x.

구현

적용 대상