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

实现

适用于