Double.Log10P1(Double) 方法

定義

計算值的 base-10 對數加上一。

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

參數

x
Double

傳回

Double

log10 (x + 1)

實作

適用於