Single.Pow(Single, Single) Metod

Definition

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

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

Parametrar

x
Single

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

y
Single

Kraften som x höjs.

Returer

x upphöjt till kraften i y.

Implementeringar

Gäller för