NFloat.Pow(NFloat, NFloat) Metodo

Definizione

Calcola un valore generato in una determinata potenza.

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

Parametri

x
NFloat

Valore generato alla potenza di x.

y
NFloat

Il potere a cui x viene generato.

Restituisce

x cresciuto alla potenza di y.

Implementazioni

Si applica a