NFloat.Cbrt(NFloat) Methode

Definitie

Berekent de kubushoofdmap van een waarde.

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

Parameters

x
NFloat

De waarde waarvan de kubushoofdmap moet worden berekend.

Retouren

De kubuswortel van x.

Implementeringen

Van toepassing op