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

Definition

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

n
Int32

Der Grad des zu berechnenden Stammes.

Gibt zurück

TSelf

Der n-te Stamm von x.

Gilt für: