NFloat.RootN(NFloat, Int32) Method

Definition

Computes the n-th root of a value.

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

Parameters

x
NFloat

The value whose n-th root is to be computed.

n
Int32

The degree of the root to be computed.

Returns

The n-th root of x.

Implements

Applies to