NFloat.Cbrt(NFloat) Metod

Definition

Beräknar kubroten för ett värde.

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

Parametrar

x
NFloat

Värdet vars kubrot ska beräknas.

Returer

Kubroten för x.

Implementeringar

Gäller för