Single.Log10P1(Single) メソッド

定義

値に 1 を加えた底 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

底 10 の対数を計算する前に加算される値。

戻り値

log10(x + 1)

実装

適用対象