IFloatingPointIeee754<TSelf>.ReciprocalSqrtEstimate(TSelf) 메서드

정의

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

public:
 static override TSelf ReciprocalSqrtEstimate(TSelf x);
public static virtual TSelf ReciprocalSqrtEstimate (TSelf x);
static member ReciprocalSqrtEstimate : 'Self -> 'Self
Public Shared Overrides Function ReciprocalSqrtEstimate (x As TSelf) As TSelf

매개 변수

x
TSelf

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

반환

TSelf

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

적용 대상