Single.Pow(Single, Single) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算升至给定幂的值。
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
幂。