Single.RootN(Single, Int32) 方法

定义

计算值的第 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

要计算的根的程度。

返回

的第 nx

实现

适用于