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