Half.RootN(Half, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值的 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
。