Double.Pow(Double, Double) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算向指定之乘冪引發的值。
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
參數
- x
- Double
值,這個值會引發至 的 x
乘冪。
- y
- Double
所引發的 x
乘冪。
傳回
x
引發至 的 y
乘冪。