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
乘冪。