NFloat.Pow(NFloat, NFloat) Methode

Definition

Berechnet einen Wert, der auf eine bestimmte Leistung erhöht wird.

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

Parameter

x
NFloat

Der Wert, der an die Potenz von xangehoben wird.

y
NFloat

Die Macht, auf die x sich gehoben wird.

Gibt zurück

x wird auf die Macht von y.

Implementiert

Gilt für: