NFloat.RootN(NFloat, Int32) Yöntem

Tanım

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

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

Parametreler

x
NFloat

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

n
Int32

Hesaplanacak kök derecesi.

Döndürülenler

öğesinin nx-. kökü.

Uygulamalar

Şunlara uygulanır