NFloat.Cbrt(NFloat) Método

Definição

Calcula a raiz cúbica de um valor.

public:
 static System::Runtime::InteropServices::NFloat Cbrt(System::Runtime::InteropServices::NFloat x) = System::Numerics::IRootFunctions<System::Runtime::InteropServices::NFloat>::Cbrt;
public static System.Runtime.InteropServices.NFloat Cbrt(System.Runtime.InteropServices.NFloat x);
static member Cbrt : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Cbrt (x As NFloat) As NFloat

Parâmetros

x
NFloat

O valor cuja raiz cúbica deve ser calculada.

Devoluções

A raiz cúbica de x.

Implementações

Aplica-se a