NFloat.LogP1(NFloat) メソッド

定義

値に 1 を加えた自然対数 (base-E) を計算します。

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

パラメーター

x
NFloat

自然対数を計算する前に加算される値。

戻り値

loge(x + 1)

実装

適用対象