NFloat.Log10P1(NFloat) メソッド

定義

値に 1 を加えた底 10 の対数を計算します。

public:
 static System::Runtime::InteropServices::NFloat Log10P1(System::Runtime::InteropServices::NFloat x) = System::Numerics::ILogarithmicFunctions<System::Runtime::InteropServices::NFloat>::Log10P1;
public static System.Runtime.InteropServices.NFloat Log10P1 (System.Runtime.InteropServices.NFloat x);
static member Log10P1 : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Log10P1 (x As NFloat) As NFloat

パラメーター

x
NFloat

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

戻り値

log10(x + 1)

実装

適用対象