Single.Log10P1(Single) 方法

定义

计算值加 1 的以 1 为底的对数。

public:
 static float Log10P1(float x) = System::Numerics::ILogarithmicFunctions<float>::Log10P1;
public static float Log10P1 (float x);
static member Log10P1 : single -> single
Public Shared Function Log10P1 (x As Single) As Single

参数

x
Single

计算以 10 为底的对数之前向其添加的值。

返回

log10(x + 1)

实现

适用于