NFloat.RootN(NFloat, Int32) Metod

Definition

Beräknar den n:e roten för ett värde.

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

Parametrar

x
NFloat

Värdet vars n-th-rot ska beräknas.

n
Int32

Graden av roten som ska beräknas.

Returer

- nth-roten för x.

Implementeringar

Gäller för