Single.RootN(Single, Int32) 메서드

정의

값의 n번째 루트를 계산합니다.

public:
 static float RootN(float x, int n) = System::Numerics::IRootFunctions<float>::RootN;
public static float RootN (float x, int n);
static member RootN : single * int -> single
Public Shared Function RootN (x As Single, n As Integer) As Single

매개 변수

x
Single

-th 루트를 n계산할 값입니다.

n
Int32

계산할 루트의 정도입니다.

반환

n-th 루트입니다 x.

구현

적용 대상