Single.RootN(Single, Int32) Yöntem

Tanım

Bir değerin n. kökünü hesaplar.

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

Parametreler

x
Single

-. kökü hesaplanacak olan ndeğer.

n
Int32

Hesaplanacak kök derecesi.

Döndürülenler

öğesinin nx-. kökü.

Uygulamalar

Şunlara uygulanır