NFloat.Exp10(NFloat) 方法

定義

10計算會引發至指定乘冪。

public:
 static System::Runtime::InteropServices::NFloat Exp10(System::Runtime::InteropServices::NFloat x) = System::Numerics::IExponentialFunctions<System::Runtime::InteropServices::NFloat>::Exp10;
public static System.Runtime.InteropServices.NFloat Exp10 (System.Runtime.InteropServices.NFloat x);
static member Exp10 : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Exp10 (x As NFloat) As NFloat

參數

x
NFloat

所引發的 10 乘冪。

傳回

10x

實作

適用於