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幂。

实现

适用于