Single.Pow(Single, Single) Methode

Definition

Berechnet einen Wert, der auf eine bestimmte Leistung angehoben wird.

public:
 static float Pow(float x, float y) = System::Numerics::IPowerFunctions<float>::Pow;
public static float Pow (float x, float y);
static member Pow : single * single -> single
Public Shared Function Pow (x As Single, y As Single) As Single

Parameter

x
Single

Der Wert, der auf die Stärke von xerhöht wird.

y
Single

Die Macht, zu der erhoben x wird.

Gibt zurück

x wird auf die Macht von yerhoben.

Implementiert

Gilt für: