NFloat.Cbrt(NFloat) 方法

定义

计算值的多维数据集根。

public:
 static System::Runtime::InteropServices::NFloat Cbrt(System::Runtime::InteropServices::NFloat x) = System::Numerics::IRootFunctions<System::Runtime::InteropServices::NFloat>::Cbrt;
public static System.Runtime.InteropServices.NFloat Cbrt (System.Runtime.InteropServices.NFloat x);
static member Cbrt : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Cbrt (x As NFloat) As NFloat

参数

x
NFloat

返回

NFloat

的立方根 。x

实现

适用于