NFloat.Cbrt(NFloat) Méthode

Définition

Calcule la racine du cube d’une valeur.

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

Paramètres

x
NFloat

Valeur dont la racine du cube doit être calculée.

Retours

Racine du cube de x.

Implémente

S’applique à