NFloat.Cbrt(NFloat) Metoda

Definice

Vypočítá kořen datové krychle hodnoty.

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

Parametry

x
NFloat

Hodnota, jejíž kořen datové krychle má být vypočten.

Návraty

Kořen datové krychle pro x.

Implementuje

Platí pro