IRootFunctions<TSelf>.Sqrt(TSelf) 메서드

정의

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

public:
 static TSelf Sqrt(TSelf x);
public static abstract TSelf Sqrt (TSelf x);
static member Sqrt : 'Self -> 'Self
Public Shared Function Sqrt (x As TSelf) As TSelf

매개 변수

x
TSelf

제곱근을 계산할 값입니다.

반환

TSelf

의 제곱근입니다 x.

적용 대상