MathF.Sqrt(Single) 메서드

정의

지정된 숫자의 제곱근을 반환합니다.

public:
 static float Sqrt(float x);
public static float Sqrt (float x);
static member Sqrt : single -> single
Public Shared Function Sqrt (x As Single) As Single

매개 변수

x
Single

제곱근을 취할 수입니다.

반환

x 제곱근

적용 대상

추가 정보