NFloat.Cbrt(NFloat) Methode

Definition

Berechnet den Cubestamm eines Werts.

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

Parameter

x
NFloat

Der Wert, dessen Cubestamm berechnet werden soll.

Gibt zurück

Der Cubestamm von x.

Implementiert

Gilt für: