Half.RootN(Half, Int32) Methode

Definition

Berechnet den n-ten Stamm 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 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: