NFloat.LogP1(NFloat) 方法

定義

計算值加一) 對數的自然 (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)

實作

適用於