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

要计算其 base-10 对数的值。

返回

的 base-10 对数 x

实现

适用于