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

實作

適用於