NFloat.RootN(NFloat, Int32) Methode

Definition

Berechnet den n-ten Stamm eines Werts.

public:
 static System::Runtime::InteropServices::NFloat RootN(System::Runtime::InteropServices::NFloat x, int n) = System::Numerics::IRootFunctions<System::Runtime::InteropServices::NFloat>::RootN;
public static System.Runtime.InteropServices.NFloat RootN (System.Runtime.InteropServices.NFloat x, int n);
static member RootN : System.Runtime.InteropServices.NFloat * int -> System.Runtime.InteropServices.NFloat
Public Shared Function RootN (x As NFloat, n As Integer) As NFloat

Parameter

x
NFloat

Der Wert, dessen n-te Stamm berechnet werden soll.

n
Int32

Der Grad des zu berechnenden Stammes.

Gibt zurück

Der n-te Stamm von x.

Implementiert

Gilt für: