Single.RootN(Single, Int32) Methode

Definition

Berechnet die n-th-Stammebene eines Werts.

public:
 static float RootN(float x, int n) = System::Numerics::IRootFunctions<float>::RootN;
public static float RootN(float x, int n);
static member RootN : single * int -> single
Public Shared Function RootN (x As Single, n As Integer) As Single

Parameter

x
Single

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: