ILogarithmicFunctions<TSelf>.Log10(TSelf) 方法

定义

计算值以 10 为底的对数。

public:
 static TSelf Log10(TSelf x);
public static abstract TSelf Log10 (TSelf x);
static member Log10 : 'Self -> 'Self
Public Shared Function Log10 (x As TSelf) As TSelf

参数

x
TSelf

要计算其以 10 为底的对数的值。

返回

TSelf

x 的以 10 为底的对数。

适用于