Half.RootN(Half, Int32) Methode

Definitie

Berekent de n-th-hoofdmap van een waarde.

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

Parameters

x
Half

De waarde waarvan de hoofdmap -1 nmoet worden berekend.

n
Int32

De mate van de wortel die moet worden berekend.

Retouren

De n-th wortel van x.

Implementeringen

Van toepassing op