Half.RootN(Half, Int32) 메서드

정의

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

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

매개 변수

x
Half

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

n
Int32

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

반환

n-th 루트입니다 x.

구현

적용 대상