NFloat.Pow(NFloat, NFloat) Método

Definición

Calcula un valor elevado a una potencia determinada.

public:
 static System::Runtime::InteropServices::NFloat Pow(System::Runtime::InteropServices::NFloat x, System::Runtime::InteropServices::NFloat y) = System::Numerics::IPowerFunctions<System::Runtime::InteropServices::NFloat>::Pow;
public static System.Runtime.InteropServices.NFloat Pow (System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
static member Pow : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Pow (x As NFloat, y As NFloat) As NFloat

Parámetros

x
NFloat

Valor que se eleva a la potencia de x.

y
NFloat

Potencia a la que x se eleva.

Devoluciones

x elevado a la potencia de y.

Implementaciones

Se aplica a