Single.RootN(Single, Int32) Methode

Definition

Berechnet den n-ten Stamm 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 nStammstamm berechnet werden soll.

n
Int32

Der Grad des zu berechnenden Stamms.

Gibt zurück

Der n-te Stamm von x.

Implementiert

Gilt für: