NFloat.Pow(NFloat, NFloat) Metod

Definition

Beräknar ett värde som har upphöjts till en viss effekt.

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

Parametrar

x
NFloat

Värdet som höjs till kraften i x.

y
NFloat

Kraften som x höjs.

Returer

x upphöjt till kraften i y.

Implementeringar

Gäller för