NFloat.Cbrt(NFloat) Yöntem

Tanım

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

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

Parametreler

x
NFloat

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

Döndürülenler

küp kökü x.

Uygulamalar

Şunlara uygulanır