Half.RootN(Half, Int32) Methode

Definition

Berechnet die n-th-Stammebene eines Werts.

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

Parameter

x
Half

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: