IRootFunctions<TSelf>.Cbrt(TSelf) Yöntem

Tanım

Bir değerin küp kökünü hesaplar.

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

Parametreler

x
TSelf

Küp kökü hesaplanacak olan değer.

Döndürülenler

TSelf

küp kökü x.

Şunlara uygulanır