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

実装

適用対象