NFloat.Pow(NFloat, NFloat) メソッド

定義

特定の累乗に引き上げられた値を計算します。

public:
 static System::Runtime::InteropServices::NFloat Pow(System::Runtime::InteropServices::NFloat x, System::Runtime::InteropServices::NFloat y) = System::Numerics::IPowerFunctions<System::Runtime::InteropServices::NFloat>::Pow;
public static System.Runtime.InteropServices.NFloat Pow(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
static member Pow : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Pow (x As NFloat, y As NFloat) As NFloat

パラメーター

x
NFloat

xの累乗に引き上げられた値。

y
NFloat

xが発生する電力。

返品

x は、 yの力に引き上げられます。

実装

適用対象