NFloat.Cbrt(NFloat) Metoda

Definicja

Oblicza pierwiastek modułu wartości.

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

Wartość, której element główny modułu ma zostać obliczony.

Zwraca

Pierwiastek modułu elementu x.

Implementuje

Dotyczy