IRootFunctions<TSelf>.Cbrt(TSelf) 方法

定义

计算值的多维数据集根。

public:
 static TSelf Cbrt(TSelf x);
public static abstract TSelf Cbrt (TSelf x);
static member Cbrt : 'Self -> 'Self
Public Shared Function Cbrt (x As TSelf) As TSelf

参数

x
TSelf

要计算其多维数据集根的值。

返回

TSelf

的多维数据集根 x

适用于