Single.Log10P1(Single) 方法

定義

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

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

在計算 base-10 對數之前加入的值。

傳回

log10(x + 1)

實作

適用於