Double.Pow(Double, Double) Metod

Definition

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

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

Parametrar

x
Double

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

y
Double

Kraften som x höjs.

Returer

x upphöjt till kraften i y.

Implementeringar

Gäller för