IRootFunctions<TSelf>.Cbrt(TSelf) 方法

定義

計算值的 Cube 根目錄。

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

要計算其 Cube 根目錄的值。

傳回

TSelf

xCube 根目錄。

適用於