IRootFunctions<TSelf>.RootN(TSelf, Int32) Método

Definição

Calcula a raiz n-th de um valor.

public:
 static TSelf RootN(TSelf x, int n);
public static abstract TSelf RootN (TSelf x, int n);
static member RootN : 'Self * int -> 'Self
Public Shared Function RootN (x As TSelf, n As Integer) As TSelf

Parâmetros

x
TSelf

O valor cuja nraiz -th deve ser computada.

n
Int32

O grau da raiz a ser computada.

Retornos

TSelf

A n-th raiz de x.

Aplica-se a