NFloat.Cbrt(NFloat) Metodo

Definizione

Calcola la radice del cubo di un valore.

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

Parametri

x
NFloat

Valore il cui cubo radice deve essere calcolato.

Restituisce

Radice del cubo di x.

Implementazioni

Si applica a