NFloat.Sqrt(NFloat) 메서드

정의

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

public:
 static System::Runtime::InteropServices::NFloat Sqrt(System::Runtime::InteropServices::NFloat x) = System::Numerics::IRootFunctions<System::Runtime::InteropServices::NFloat>::Sqrt;
public static System.Runtime.InteropServices.NFloat Sqrt (System.Runtime.InteropServices.NFloat x);
static member Sqrt : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Sqrt (x As NFloat) As NFloat

매개 변수

x
NFloat

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

반환

의 제곱근입니다 x.

구현

적용 대상