Half.RootN(Half, Int32) Method

Definition

Computes the n-th root of a value.

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

Parameters

x
Half

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