NFloat.RootN(NFloat, Int32) Methode

Definition

Berechnet die n-th-Stammebene 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 nStamm -th berechnet werden soll.

n
Int32

Der Grad des zu berechnenden Stamms.

Gibt zurück

Die n-th-Wurzel von x.

Implementiert

Gilt für: