Single.Sqrt(Single) 메서드

정의

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

public:
 static float Sqrt(float x) = System::Numerics::IRootFunctions<float>::Sqrt;
public static float Sqrt(float x);
static member Sqrt : single -> single
Public Shared Function Sqrt (x As Single) As Single

매개 변수

x
Single

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

반품

의 제곱근입니다 x.

구현

적용 대상