NFloat.Log10(NFloat) 方法

定義

計算值的base-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

要計算其base-10對數的值。

傳回

底數為 10 的 x 對數。

實作

適用於