IRootFunctions<TSelf>.RootN(TSelf, Int32) Methode

Definition

Berechnet die n-th-Stammebene eines Werts.

public:
 static TSelf RootN(TSelf x, int n);
public static abstract TSelf RootN(TSelf x, int n);
static member RootN : 'Self * int -> 'Self
Public Shared Function RootN (x As TSelf, n As Integer) As TSelf

Parameter

x
TSelf

Der Wert, dessen nStamm -th berechnet werden soll.

n
Int32

Der Grad des zu berechnenden Stamms.

Gibt zurück

TSelf

Die n-th-Wurzel von x.

Gilt für: