NFloat.Log10(NFloat) メソッド

定義

値の底 10 対数を計算します。

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

パラメーター

x
NFloat

底 10 の対数を計算する値。

戻り値

x の底 10 の対数。

実装

適用対象