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

Definisi

Menghitung akar n-th dari nilai.

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

Nilai yang nakar -th-nya akan dihitung.

n
Int32

Tingkat akar yang akan dihitung.

Mengembalikan

TSelf

Akar n-th dari x.

Berlaku untuk