NFloat.Pow(NFloat, NFloat) Methode

Definitie

Berekent een waarde die is verhoogd tot een bepaalde macht.

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

Parameters

x
NFloat

De waarde die tot de macht van x.

y
NFloat

De macht waartoe x wordt verheven.

Retouren

x verheven tot de macht van y.

Implementeringen

Van toepassing op