Single.Pow(Single, Single) 方法

定義

計算向指定之乘冪引發的值。

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

參數

x
Single

值,這個值會引發至 的 x 乘冪。

y
Single

所引發的 x 乘冪。

傳回

x 引發至 的 y 乘冪。

實作

適用於