MathF.Cbrt(Single) 方法

定义

返回指定数字的多维数据集根。

public:
 static float Cbrt(float x);
public static float Cbrt(float x);
static member Cbrt : single -> single
Public Shared Function Cbrt (x As Single) As Single

参数

x
Single

要找到其多维数据集根的编号。

返回

的立方根 x

-或-

NaN 如果 x 等于 NaN

注解

此方法调用基础 C 运行时,确切的结果或有效输入范围在不同操作系统或体系结构之间可能有所不同。

适用于

另请参阅