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に引き上げました。

実装

適用対象