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)

实现

适用于