IRootFunctions<TSelf>.RootN(TSelf, Int32) 메서드

정의

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

public:
 static TSelf RootN(TSelf x, int n);
public static abstract TSelf RootN (TSelf x, int n);
static member RootN : 'Self * int -> 'Self
Public Shared Function RootN (x As TSelf, n As Integer) As TSelf

매개 변수

x
TSelf

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

n
Int32

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

반환

TSelf

n-th 루트입니다 x.

적용 대상