次の方法で共有


NFloat.Exp10M1(NFloat) メソッド

定義

特定の 10 累乗に対して発生した計算を行い、1 を減算します。

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

パラメーター

x
NFloat

発生する 10 べき乗。

戻り値

10x - 1

実装

適用対象