NFloat.RootN(NFloat, Int32) 方法

定义

计算值的 n 个根。

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

参数

x
NFloat

要计算其 n-th 根的值。

n
Int32

要计算的根的度数。

返回

n-th 根 x

实现

适用于