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

要计算其 n-th 根的值。

n
Int32

要计算的根的度数。

返回

n-th 根 x

实现

适用于