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

实现

适用于