Double.Log10(Double) 方法

定義

計算值的 base-10 對數。

public:
 static double Log10(double x) = System::Numerics::ILogarithmicFunctions<double>::Log10;
public static double Log10 (double x);
static member Log10 : double -> double
Public Shared Function Log10 (x As Double) As Double

參數

x
Double

傳回

Double

底數為 10 的 x 對數。

實作

適用於